diff --git a/src/XrdSys/XrdSysIOEvents.hh b/src/XrdSys/XrdSysIOEvents.hh index 8e5bc67acef..902f484c17f 100644 --- a/src/XrdSys/XrdSysIOEvents.hh +++ b/src/XrdSys/XrdSysIOEvents.hh @@ -506,7 +506,7 @@ struct PipeData {char req; char evt; short ent; int fd; PipeData reqBuff; // Buffer used by poller thread to recv data char *pipeBuff; // Read resumption point in buffer int pipeBlen; // Number of outstanding bytes -char tmoMask; // Timeout mask +unsigned char tmoMask; // Timeout mask CPP_ATOMIC_TYPE(bool) wakePend; // Wakeup is effectively pending (don't send) bool chDead; // True if channel deleted by callback