Ticket #28786: patch-src-xstd-Select.h.diff

File patch-src-xstd-Select.h.diff, 365 bytes (added by pixilla (Bradley Giesbrecht), 13 years ago)
  • src/xstd/Select.h

    old new  
    3030                bool isReady(int fd) const { return FD_ISSET(fd, &theReadySet) != 0; }
    3131
    3232        protected:
    33                 fd_set theSet;
    34                 fd_set theReadySet;
     33                mutable fd_set theSet;
     34                mutable fd_set theReadySet;
    3535
    3636                int theMaxFD;
    3737                int theResCount;