FACT++  1.0
static void Child::callback ( void *  tag,
void *  buffer,
int *   
)
inlinestatic

Definition at line 16 of file dim_fork2.cxx.

References calls, and run.

Referenced by Child().

16  {
17  Child* c = *(Child**)tag;
18  c->run = *(int*)buffer;
19  c->calls++;
20  }
int run
Definition: dim_fork2.cxx:9
int calls
Definition: dim_fork2.cxx:9
int buffer[BUFFSIZE]
Definition: db_dim_client.c:14

+ Here is the caller graph for this function: