FACT++  1.0
void dis_hash_print ( )

Definition at line 3436 of file dis.c.

References dis_add_client_exit_handler(), dis_add_cmnd(), dis_add_exit_handler(), dis_add_service(), dis_convert_str, dis_get_client(), dis_get_next_cmnd(), dis_get_timestamp(), dis_hash_service_get_next(), dis_remove_service(), dis_report_service(), dis_selective_update_service(), dis_send_service(), dis_set_client_exit_handler(), dis_set_quality(), dis_set_timestamp(), dis_start_serving(), dis_update_service(), and serv::name.

3437 {
3438  SERVICE *servp;
3439  int hash_index;
3440 
3441  servp = 0;
3442  hash_index = -1;
3443  while( (servp = dis_hash_service_get_next(&hash_index, servp, 0)) )
3444  {
3445  printf("Name = %s\n",servp->name);
3446  }
3447 }
SERVICE * dis_hash_service_get_next(int *curr_index, SERVICE *prevp, int new_entries)
Definition: dis.c:3315
char name[MAX_NAME]
Definition: dis.c:72
Definition: dis.c:69

+ Here is the call graph for this function: