summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/include/CAmSocketHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerUtilities/include/CAmSocketHandler.h')
-rw-r--r--AudioManagerUtilities/include/CAmSocketHandler.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/AudioManagerUtilities/include/CAmSocketHandler.h b/AudioManagerUtilities/include/CAmSocketHandler.h
index 6163b3c..8809a30 100644
--- a/AudioManagerUtilities/include/CAmSocketHandler.h
+++ b/AudioManagerUtilities/include/CAmSocketHandler.h
@@ -305,14 +305,13 @@ class CAmSocketHandler
internal_codes_t mInternalCodes;
sh_pollHandle_t mSignalFdHandle;
VectorListPoll_t mListActivePolls;
+ const std::thread::id mThreadID; //!< Socket handler thread id used to check if the calls come from the same thread
#ifndef WITH_TIMERFD
timespec mStartTime; //!<here the actual time is saved for timecorrection
#endif
private:
- static void checkCallerThreadId(void);
-
bool fdIsValid(const int fd) const;
timespec* insertTime(timespec& buffertime);
@@ -500,8 +499,6 @@ public:
void exit_mainloop();
bool fatalErrorOccurred();
-
- static const std::thread::id SOCKETHANDLER_THREAD_ID;
};
} /* namespace am */