summaryrefslogtreecommitdiffhomepage
path: root/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'connection.h')
-rw-r--r--connection.h1
1 files changed, 1 insertions, 0 deletions
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);