FACT++  1.0
static unsigned do_dis_add_service ( char *  name,
char *  type,
void *  address,
int  size,
void(*)()  user_routine,
long  tag 
)
static

Definition at line 316 of file dis_old.c.

References Dis_conn_id, Dis_first_time, dis_hash_service_get_next(), dis_remove_service(), Dis_timer_q, dna_close(), do_dis_add_service_dns(), dtq_rem_entry(), serv::id, serv::tid, and user_routine().

Referenced by dis_add_service().

318 {
319  return do_dis_add_service_dns( name, type, address, size,
320  user_routine, tag, 0 );
321 }
int type
int size
Definition: db_dim_server.c:17
static unsigned do_dis_add_service_dns(char *name, char *type, void *address, int size, void(*user_routine)(), long tag, long dnsid)
Definition: dis_old.c:229
static void user_routine(void *tagp, void *bufp, int *size)
Definition: diccpp.cxx:11

+ Here is the call graph for this function:

+ Here is the caller graph for this function: