From 742b94fbd5756551ab5cd6f2ac1799dfbc7f5152 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 15 Aug 2021 17:57:18 +0200 Subject: Moved client lua thread init to where connection is initialized --- connection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'connection.h') diff --git a/connection.h b/connection.h index 14ec62b..c7e9676 100644 --- a/connection.h +++ b/connection.h @@ -7,6 +7,7 @@ struct connection int fd; int ref; lua_State * L; + int push; }; struct connection * connection_new(const int); -- cgit v1.1