Ignore:
Timestamp:
02/11/11 10:03:46 (14 years ago)
Author:
ogrimm
Message:
New command 'crate', changed signalling of program exit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/BIASctrl/Crate.cc

    r10118 r10153  
    134134        FD_ZERO(&SelectDescriptor);   FD_SET(fDescriptor, &SelectDescriptor);
    135135        if (select(fDescriptor+1, &SelectDescriptor, NULL, NULL, &WaitTime)==-1) {
     136          if (errno = EINTR) goto ExitCommunicate;  // in case program is exiting
    136137      m->Message(m->FATAL, "Error with select() (%s)", strerror(errno));
    137138        }
Note: See TracChangeset for help on using the changeset viewer.