FACT++  1.0
static void cmnd_done ( void *  tagp,
int *  result 
)
static

Definition at line 465 of file diccpp.cxx.

References DimCmnd::result, t, wake_up, and DimCmnd::wakeUp.

Referenced by DimCmnd::send().

466 {
467 // int *tag = (int *)tagp;
468 // int id = *tag;
469  DimCmnd *t;
470 
471 // t = (DimCmnd *)id_get_ptr(id, SRC_DIC);
472  t = *(DimCmnd **)tagp;
473  t->result = *result;
474  t->wakeUp = 1;
475 #ifdef __VMS
476  sys$wake(0,0);
477 #endif
478 #ifdef WIN32
479  wake_up();
480 #endif
481 }
static int wake_up
Definition: dns.c:81
Definition: dic.hxx:280
int result
Definition: dic.hxx:284
int wakeUp
Definition: dic.hxx:283
TT t
Definition: test_client.c:26

+ Here is the caller graph for this function: