summaryrefslogtreecommitdiff
path: root/comm
diff options
context:
space:
mode:
authorchatty1993-04-13 15:00:51 +0000
committerchatty1993-04-13 15:00:51 +0000
commitef9230b5220a2629e6233019427d8cafb0ede91b (patch)
tree45d5f72b8e0fbf2491f74b8580c3258803ecd20d /comm
parent9cc158c5ac41555bb0a240e73d9d48aa823a8653 (diff)
downloadivy-league-ef9230b5220a2629e6233019427d8cafb0ede91b.zip
ivy-league-ef9230b5220a2629e6233019427d8cafb0ede91b.tar.gz
ivy-league-ef9230b5220a2629e6233019427d8cafb0ede91b.tar.bz2
ivy-league-ef9230b5220a2629e6233019427d8cafb0ede91b.tar.xz
Now initialize TimeOut
Diffstat (limited to 'comm')
-rw-r--r--comm/Multiplexer.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/comm/Multiplexer.cc b/comm/Multiplexer.cc
index 497e041..3ac88ff 100644
--- a/comm/Multiplexer.cc
+++ b/comm/Multiplexer.cc
@@ -74,7 +74,8 @@ UchMultiplexer :: UchMultiplexer ()
ReadCount (0),
WriteCount (0),
SelectCount (0),
- Looping (FALSE)
+ Looping (FALSE),
+ TimeOut (-1)
{
FD_ZERO (&ReadMask);
FD_ZERO (&WriteMask);