summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/windows/SslAsynchIO.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/sys/windows/SslAsynchIO.h')
-rw-r--r--cpp/src/qpid/sys/windows/SslAsynchIO.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/windows/SslAsynchIO.h b/cpp/src/qpid/sys/windows/SslAsynchIO.h
index f80285c305..aab5c0021e 100644
--- a/cpp/src/qpid/sys/windows/SslAsynchIO.h
+++ b/cpp/src/qpid/sys/windows/SslAsynchIO.h
@@ -26,6 +26,7 @@
#include "qpid/sys/IntegerTypes.h"
#include "qpid/sys/Poller.h"
#include "qpid/CommonImportExport.h"
+#include "qpid/sys/Mutex.h"
#include <boost/function.hpp>
#include <boost/shared_ptr.hpp>
#include <windows.h>
@@ -86,6 +87,7 @@ protected:
// AsynchIO layer below that's actually doing the I/O
qpid::sys::AsynchIO *aio;
+ Mutex lock;
// Track what the state of the SSL session is. Have to know when it's
// time to notify the upper layer that the session is up, and also to