FACT++  1.0
static void rpcout_routine ( void *  tagp,
void **  buf,
int *  size,
int *  first_time 
)
static

Definition at line 233 of file discpp.cxx.

References DimRpc::itsDataOut, DimRpc::itsSizeOut, and t.

Referenced by DimRpc::declareIt().

234 {
235 // int *tag = (int *)tagp;
236 // int id = *tag;
237  DimRpc *t;
238 
239  if(first_time){}
240 // t = (DimRpc *)id_get_ptr(id, SRC_DIS);
241  t = *(DimRpc**)tagp;
242  *buf = t->itsDataOut;
243  *size = t->itsSizeOut;
244 }
Definition: dis.hxx:301
int itsSizeOut
Definition: dis.hxx:328
int size
Definition: db_dim_server.c:17
void * itsDataOut
Definition: dis.hxx:326
TT t
Definition: test_client.c:26

+ Here is the caller graph for this function: