summaryrefslogtreecommitdiff
path: root/netcon/NetconService.hpp
diff options
context:
space:
mode:
authorJoseph Henry <joseph.henry@gmail.com>2015-10-29 17:57:59 -0700
committerJoseph Henry <joseph.henry@gmail.com>2015-10-29 17:57:59 -0700
commit96eb0ce49262b5a8a7a99993733d52dbcf135f01 (patch)
treed522bd305a833b12309421fa05e4bcf783284326 /netcon/NetconService.hpp
parentf6e0bdb2f2a518310d4875ffb608d08ed8442aa4 (diff)
downloadinfinitytier-96eb0ce49262b5a8a7a99993733d52dbcf135f01.tar.gz
infinitytier-96eb0ce49262b5a8a7a99993733d52dbcf135f01.zip
Added state dump, fixed numerous RPC related bugs
Diffstat (limited to 'netcon/NetconService.hpp')
-rw-r--r--netcon/NetconService.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/netcon/NetconService.hpp b/netcon/NetconService.hpp
index 8f192823..fc6bd46c 100644
--- a/netcon/NetconService.hpp
+++ b/netcon/NetconService.hpp
@@ -56,7 +56,8 @@ namespace ZeroTier {
int their_fd;
bool pending;
bool listening;
-
+ int pid;
+
PhySocket *rpcSock;
PhySocket *dataSock;
struct tcp_pcb *pcb;