Go to the source code of this file.
Data Structures | |
struct | host_id_s |
Typedefs | |
typedef struct host_id_s | host_id_t |
typedef host_id_t * | host_id_p |
Functions | |
host_id_p | host_id_Initialize (const char *hostname, int port) |
void | host_id_Destroy (host_id_p host_id) |
int | host_id_Compare (host_id_p host1, host_id_p host2) |
void host_id_Destroy | ( | host_id_p | host_id | ) |