FACT++  1.0
void show_clients ( SERVER **  servp_ptr,
char *  buffer,
int *  size 
)

Definition at line 2925 of file did.c.

References Curr_client_list, do_show_clients(), Memory::free(), and Memory::malloc().

Referenced by activate_clients().

2926 {
2927 SERVER *servp;
2928 void do_show_clients();
2929 
2930  if(size){}
2931  servp = *servp_ptr;
2932  if(Curr_client_list)
2934  Curr_client_list = malloc(strlen(buffer)+1);
2935  strcpy(Curr_client_list, buffer);
2936  /*
2937 #ifdef solaris
2938  */
2939  Got_Client_List = servp;
2940  /*
2941 #else
2942  do_show_clients(servp);
2943 #endif
2944  */
2945 }
Definition: did.h:42
SERVER * Got_Client_List
Definition: did.c:29
void * malloc()
Definition: EventBuilder.cc:99
char * Curr_client_list
Definition: did.c:24
int buffer[BUFFSIZE]
Definition: db_dim_client.c:14
int size
Definition: db_dim_server.c:17
void free(void *mem)
void do_show_clients(SERVER *servp)
Definition: did.c:2947

+ Here is the call graph for this function:

+ Here is the caller graph for this function: