diff options
Diffstat (limited to 'netcon/NetconService.hpp')
| -rw-r--r-- | netcon/NetconService.hpp | 3 |
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; |
