tipc: clean up connection protocol reception function
[cascardo/linux.git] / net / tipc / socket.h
index 3afcd2a..69fd06b 100644 (file)
@@ -38,6 +38,9 @@
 #include "port.h"
 #include <net/sock.h>
 
+#define TIPC_CONN_OK      0
+#define TIPC_CONN_PROBING 1
+
 /**
  * struct tipc_sock - TIPC socket structure
  * @sk: socket - interacts with 'port' and with user via the socket API