diff options
Diffstat (limited to 'ipsvd/ipsvd_perhost.h')
-rw-r--r-- | ipsvd/ipsvd_perhost.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ipsvd/ipsvd_perhost.h b/ipsvd/ipsvd_perhost.h new file mode 100644 index 0000000..05c939d --- /dev/null +++ b/ipsvd/ipsvd_perhost.h @@ -0,0 +1,10 @@ +struct hcc { + char ip[32 - sizeof(int)]; + int pid; +}; + +void ipsvd_perhost_init(unsigned); +unsigned ipsvd_perhost_add(const char *ip, unsigned maxconn, struct hcc **hccpp); +void ipsvd_perhost_remove(int pid); +//unsigned ipsvd_perhost_setpid(int pid); +//void ipsvd_perhost_free(void); |