From 96eb0ce49262b5a8a7a99993733d52dbcf135f01 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Thu, 29 Oct 2015 17:57:59 -0700 Subject: Added state dump, fixed numerous RPC related bugs --- netcon/NetconUtilities.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'netcon/NetconUtilities.hpp') diff --git a/netcon/NetconUtilities.hpp b/netcon/NetconUtilities.hpp index ac6042e6..93824705 100644 --- a/netcon/NetconUtilities.hpp +++ b/netcon/NetconUtilities.hpp @@ -31,6 +31,11 @@ namespace ZeroTier { + void dwr(char *str, ... ); + void clearscreen(); + void gotoxy(int x,int y); + void get_path_from_pid(char* dest, int pid); + void get_path_from_fd(char* dest, int pid, int fd); ip_addr_t ip_addr_sin(register struct sockaddr_in *sin); ssize_t sock_fd_write(int sock, int fd); ssize_t sock_fd_read(int sock, void *buf, ssize_t bufsize, int *fd); -- cgit v1.2.3