FACT++  1.0
void cmnd_rout ( int *  tag,
char *  buf,
int *  size 
)

Definition at line 10 of file test_server1.c.

References dis_get_conn_id(), dis_selective_update_service, Id1, and Id2.

Referenced by main().

11 {
12  int cid[2];
13 
14  cid[0] = dis_get_conn_id();
15  cid[1] = 0;
16  if(*tag == 1)
18  else if(*tag == 2)
20 }
#define dis_selective_update_service
Definition: dis.h:24
int Id1
Definition: test_server1.c:8
int Id2
Definition: test_server1.c:8
int dis_get_conn_id()
Definition: dis.c:2795

+ Here is the call graph for this function:

+ Here is the caller graph for this function: