Ticket #28786: patch-src-xstd-Select.h.diff
File patch-src-xstd-Select.h.diff, 365 bytes (added by pixilla (Bradley Giesbrecht), 14 years ago) |
---|
-
src/xstd/Select.h
old new 30 30 bool isReady(int fd) const { return FD_ISSET(fd, &theReadySet) != 0; } 31 31 32 32 protected: 33 fd_set theSet;34 fd_set theReadySet;33 mutable fd_set theSet; 34 mutable fd_set theReadySet; 35 35 36 36 int theMaxFD; 37 37 int theResCount;