summaryrefslogtreecommitdiff
path: root/src/master/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/master/common.h')
-rw-r--r--src/master/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/master/common.h b/src/master/common.h
index 47c29a93..8c5c3b66 100644
--- a/src/master/common.h
+++ b/src/master/common.h
@@ -62,7 +62,8 @@ typedef enum
// ---------- Public variables ---------- //
// The master socket
-extern int sock;
+extern int inSock;
+extern int outSock;
// The current time (updated every time we receive a packet)
extern time_t crt_time;