FACT++  1.0
void READ_STRUCT::close ( )
static

Definition at line 287 of file EventBuilder.cc.

References factPrintf(), and MessageImp::kFatal.

Referenced by StartEvtBuild().

288 {
289 #ifdef USE_EPOLL
290  if (fd_epoll>=0 && ::close(fd_epoll)>0)
291  factPrintf(MessageImp::kFatal, "Closing epoll failed: %m (close,rc=%d)", errno);
292 #endif
293 
294  fd_epoll = -1;
295 }
void factPrintf(int severity, const char *fmt,...)
static void close()
static int fd_epoll
An error which cannot be handled at all happend, the only solution is program termination.
Definition: MessageImp.h:21

+ Here is the call graph for this function:

+ Here is the caller graph for this function: