summaryrefslogtreecommitdiff
path: root/includes/SocketHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SocketHandler.h')
-rw-r--r--includes/SocketHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SocketHandler.h b/includes/SocketHandler.h
index e7e80ba..2a20af6 100644
--- a/includes/SocketHandler.h
+++ b/includes/SocketHandler.h
@@ -130,8 +130,8 @@ private:
sh_timerHandle_t mNextTimer;
sh_timerHandle_t mLastInsertedHandle;
sh_pollHandle_t mLastInsertedPollHandle;
- timespec mTimeout;
bool mRecreatePollfds;
+ timespec mTimeout;
};
/**