summaryrefslogtreecommitdiff
path: root/include/sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sockets.h')
-rw-r--r--include/sockets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sockets.h b/include/sockets.h
index ea59346db..7074522e0 100644
--- a/include/sockets.h
+++ b/include/sockets.h
@@ -110,6 +110,7 @@ class SocketException : public CoreException
enum SocketFlag
{
SF_DEAD,
+ SF_READABLE,
SF_WRITABLE,
SF_CONNECTING,
SF_CONNECTED,