FACT++  1.0
void client_exited ( int *  tag)

Definition at line 37 of file test_server.c.

References dis_get_client.

Referenced by main().

38 {
39  char name[84];
40 
41  if(dis_get_client(name))
42  printf("Client %s (%d) exited\n", name, *tag);
43  else
44  printf("Client %d exited\n", *tag);
45 }
#define dis_get_client
Definition: dis.h:11

+ Here is the caller graph for this function: