From 3e2d86693f6e8920c97fe296491e7741e31f922c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 8 Mar 2013 16:42:03 +0100 Subject: implement one lua state per connection This allows you load various modules into a server lua state and give a performance boost when calling the privileged functions --- bin/lua-privsep.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 bin/lua-privsep.h (limited to 'bin/lua-privsep.h') diff --git a/bin/lua-privsep.h b/bin/lua-privsep.h deleted file mode 100644 index 9b7e219..0000000 --- a/bin/lua-privsep.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef LUA_PRIVSEP_H -#define LUA_PRIVSEP_H - -int call_lua(int fd, const char *msg, size_t msglen); - -#endif -- cgit v1.2.3