Skip to content

Commit

Permalink
Make tmoMask unsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
gbitzes committed May 19, 2017
1 parent 9eacabd commit f8d9f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdSys/XrdSysIOEvents.hh
Expand Up @@ -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

Expand Down

0 comments on commit f8d9f1f

Please sign in to comment.