diff options
Diffstat (limited to 'netcon/NetconService.hpp')
| -rw-r--r-- | netcon/NetconService.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/netcon/NetconService.hpp b/netcon/NetconService.hpp index 93431f75..aae76b70 100644 --- a/netcon/NetconService.hpp +++ b/netcon/NetconService.hpp @@ -136,6 +136,11 @@ namespace ZeroTier { // -- PhySocket } + void closeConnection(PhySocket *sock) + { + + } + void closeClient() { |
