FACT++  1.0
READ_STRUCT::READ_STRUCT ( )
inline

Definition at line 225 of file EventBuilder.cc.

References init().

225  : socket(-1), connected(false), totBytes(0), relBytes(0)
226  {
227  if (fd_epoll<0)
228  init();
229  }
uint64_t totBytes
uint64_t relBytes
static void init()
static int fd_epoll

+ Here is the call graph for this function: