diff options
| author | Joseph Henry <joseph.henry@gmail.com> | 2015-10-29 17:57:59 -0700 |
|---|---|---|
| committer | Joseph Henry <joseph.henry@gmail.com> | 2015-10-29 17:57:59 -0700 |
| commit | 96eb0ce49262b5a8a7a99993733d52dbcf135f01 (patch) | |
| tree | d522bd305a833b12309421fa05e4bcf783284326 /netcon/NetconUtilities.hpp | |
| parent | f6e0bdb2f2a518310d4875ffb608d08ed8442aa4 (diff) | |
| download | infinitytier-96eb0ce49262b5a8a7a99993733d52dbcf135f01.tar.gz infinitytier-96eb0ce49262b5a8a7a99993733d52dbcf135f01.zip | |
Added state dump, fixed numerous RPC related bugs
Diffstat (limited to 'netcon/NetconUtilities.hpp')
| -rw-r--r-- | netcon/NetconUtilities.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
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); |
