#include <pthread.h>
#include <Integra/integra_id.h>
#include "memory.h"
Go to the source code of this file.
Defines | |
#define | GLOBAL extern |
Variables | |
GLOBAL struct ntg_allocation_table_ | allocation_table |
GLOBAL struct ntg_instance_count_ * | instance_counts |
GLOBAL struct ntg_namespace_ | integra_namespace |
GLOBAL ntg_id | ntg_id_counter |
Globally unique id allocation. | |
GLOBAL struct ntg_server_ * | __server__ |
GLOBAL pthread_t | xmlrpc_thread |
#define GLOBAL extern |
GLOBAL struct ntg_server_* __server__ |
Referenced by ntg_server_do(), and ntg_server_new().
GLOBAL struct ntg_allocation_table_ allocation_table |
Referenced by _init(), ntg_alloc(), ntg_find_memkeeper(), ntg_free(), and ntg_sweep_allocation_table().
GLOBAL struct ntg_instance_count_* instance_counts |
GLOBAL struct ntg_namespace_ integra_namespace |
Referenced by _fini(), _init(), ntg_address_resolve(), ntg_instance_register_namespace(), and ntg_register_namespace().
GLOBAL ntg_id ntg_id_counter |
Globally unique id allocation.
Referenced by _init(), and ntg_id_new().
GLOBAL pthread_t xmlrpc_thread |
Referenced by _fini(), and ntg_server_run().