summaryrefslogtreecommitdiffstats
path: root/bin/conn.h
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-03-08 16:42:03 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2013-03-08 16:51:15 +0100
commit3e2d86693f6e8920c97fe296491e7741e31f922c (patch)
tree1c755422fd27c7f192243e8eb7f7811193efa1f6 /bin/conn.h
parente0cabd6295204fe8a6b54edfc9141302943fdbfb (diff)
downloadprivsep-3e2d86693f6e8920c97fe296491e7741e31f922c.tar.bz2
privsep-3e2d86693f6e8920c97fe296491e7741e31f922c.tar.xz
implement one lua state per connectionHEADmaster
This allows you load various modules into a server lua state and give a performance boost when calling the privileged functions
Diffstat (limited to 'bin/conn.h')
-rw-r--r--bin/conn.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/conn.h b/bin/conn.h
deleted file mode 100644
index f5b33a9..0000000
--- a/bin/conn.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef CONN_H
-#define CONN_H
-
-#include <ev.h>
-
-int conn_init(struct ev_loop *loop, const char *socket_path);
-
-#endif