Skip to content

Commit cf899ac

Browse files
committed
Fix Phy::whack() not working
1 parent 8d4cb1e commit cf899ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

osdep/Phy.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ template <typename HANDLER_PTR_TYPE> class Phy {
207207
_whackSendSocket = pipes[1];
208208
_noDelay = noDelay;
209209
_noCheck = noCheck;
210+
FD_SET(_whackReceiveSocket, &_readfds);
210211
}
211212

212213
~Phy()

0 commit comments

Comments
 (0)