Closed yinyin closed 14 years ago
at line 241 of Ref2, the flag for O1 event notification shall be EV_FEATURE_O1 instead of EV_FEATURE_ET ?
if ((f & EV_FEATURE_ET)) printf(" Edge-triggered events are supported."); if ((f & EV_FEATURE_ET)) <- EV_FEATURE_O1 ? printf(" O(1) event notification is supported."); if ((f & EV_FEATURE_FDS))
Thanks! Should be fixed in 3d4981017c4
at line 241 of Ref2, the flag for O1 event notification shall be EV_FEATURE_O1 instead of EV_FEATURE_ET ?