aboutsummaryrefslogtreecommitdiff
path: root/ipsvd/ipsvd_perhost.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipsvd/ipsvd_perhost.h')
-rw-r--r--ipsvd/ipsvd_perhost.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ipsvd/ipsvd_perhost.h b/ipsvd/ipsvd_perhost.h
new file mode 100644
index 000000000..05c939d89
--- /dev/null
+++ b/ipsvd/ipsvd_perhost.h
@@ -0,0 +1,10 @@
1struct hcc {
2 char ip[32 - sizeof(int)];
3 int pid;
4};
5
6void ipsvd_perhost_init(unsigned);
7unsigned ipsvd_perhost_add(const char *ip, unsigned maxconn, struct hcc **hccpp);
8void ipsvd_perhost_remove(int pid);
9//unsigned ipsvd_perhost_setpid(int pid);
10//void ipsvd_perhost_free(void);