FACT++  1.0
void dis_hash_print ( )

Definition at line 3038 of file dis_old.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.

3039 {
3040  SERVICE *servp;
3041  int hash_index;
3042 
3043  servp = 0;
3044  hash_index = -1;
3045  while( (servp = dis_hash_service_get_next(&hash_index, servp, 0)) )
3046  {
3047  printf("Name = %s\n",servp->name);
3048  }
3049 }
SERVICE * dis_hash_service_get_next(int *curr_index, SERVICE *prevp, int new_entries)
Definition: dis_old.c:2920
char name[MAX_NAME]
Definition: dis.c:72
Definition: dis.c:69

+ Here is the call graph for this function: