diff options
Diffstat (limited to 'include/lldb/API/SBCommunication.h')
-rw-r--r-- | include/lldb/API/SBCommunication.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/lldb/API/SBCommunication.h b/include/lldb/API/SBCommunication.h index ecaaa3523c91..c4b2709de8ab 100644 --- a/include/lldb/API/SBCommunication.h +++ b/include/lldb/API/SBCommunication.h @@ -15,10 +15,11 @@ namespace lldb { -class SBCommunication +class LLDB_API SBCommunication { public: - enum { + FLAGS_ANONYMOUS_ENUM() + { eBroadcastBitDisconnected = (1 << 0), ///< Sent when the communications connection is lost. eBroadcastBitReadThreadGotBytes = (1 << 1), ///< Sent by the read thread when bytes become available. eBroadcastBitReadThreadDidExit = (1 << 2), ///< Sent by the read thread when it exits to inform clients. |