FACT++  1.0
CLIENT* find_client ( int  conn_id)

Definition at line 2455 of file dis.c.

References Client_head, and dll_search().

Referenced by check_delay_delete(), create_client(), dis_get_client_services(), do_update_service(), find_release_request(), and release_request().

2456 {
2457  register CLIENT *clip;
2458 
2459  clip = (CLIENT *)
2460  dll_search( (DLL *) Client_head, &conn_id, sizeof(conn_id));
2461  return(clip);
2462 }
Definition: dis.c:98
static CLIENT * Client_head
Definition: dis.c:106
Definition: dim.h:530
DLL * dll_search(DLL *head, char *data, int size)
Definition: dll.c:49

+ Here is the call graph for this function:

+ Here is the caller graph for this function: