diff options
Diffstat (limited to 'osdep')
| -rw-r--r-- | osdep/Phy.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/Phy.hpp b/osdep/Phy.hpp index c7b2a340..85342259 100644 --- a/osdep/Phy.hpp +++ b/osdep/Phy.hpp @@ -814,6 +814,7 @@ public: tv.tv_sec = (long)(timeout / 1000); tv.tv_usec = (long)((timeout % 1000) * 1000); + //fprintf(stderr, "Phy.poll()\n"); if (::select((int)_nfds + 1,&rfds,&wfds,&efds,(timeout > 0) ? &tv : (struct timeval *)0) <= 0) return; |
