From 906eb598f150931e821446e9dcf022ea9052ab36 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 15 Aug 2021 19:21:49 +0200 Subject: Removed epoll file descriptor from server handler --- plop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plop.h') diff --git a/plop.h b/plop.h index b1ed235..0cfe428 100644 --- a/plop.h +++ b/plop.h @@ -18,4 +18,4 @@ int open_server(const char *, const char *); int plop_load_handler(lua_State *, const char *); void plop_drop_thread(const int); int plop_handle_client(struct connection *); -int plop_handle_server(const int, const int); +int plop_handle_server(const int); -- cgit v1.1