aboutsummaryrefslogtreecommitdiff
path: root/daemon/Sender.h
diff options
context:
space:
mode:
authorDrew Richardson <drew.richardson@arm.com>2011-11-29 12:00:00 -0800
committerDrew Richardson <drew.richardson@arm.com>2014-12-19 15:22:16 -0800
commit689b7539711ab098911503808cc3e24307d9bcf7 (patch)
treeeded88dc8c354b94a0b930d3c44f9da2348a4ace /daemon/Sender.h
parent24395bff3db9e12e6f406ad783ecc9bcde626253 (diff)
gator: Version 5.85.8
Signed-off-by: Drew Richardson <drew.richardson@arm.com>
Diffstat (limited to 'daemon/Sender.h')
-rw-r--r--daemon/Sender.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/Sender.h b/daemon/Sender.h
index 9584c10..147f190 100644
--- a/daemon/Sender.h
+++ b/daemon/Sender.h
@@ -10,6 +10,7 @@
#define __SENDER_H__
#include <stdio.h>
+#include <pthread.h>
#include "OlySocket.h"
enum {
@@ -31,6 +32,7 @@ private:
OlySocket* dataSocket;
FILE* dataFile;
char* dataFileName;
+ pthread_mutex_t sendMutex;
};
#endif //__SENDER_H__