aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/lua.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2020-03-26 22:42:38 +0100
committercbdev <cb@cbcdn.com>2020-03-26 22:42:38 +0100
commit2a079f72483aa853d68430883b2281f436512c6b (patch)
tree7604e801f66703c522899610cb9e07f956479d53 /backends/lua.h
parent18db3856a3a3e81f3e2050e3f137e6e15103f9a4 (diff)
downloadmidimonster-2a079f72483aa853d68430883b2281f436512c6b.tar.gz
midimonster-2a079f72483aa853d68430883b2281f436512c6b.tar.bz2
midimonster-2a079f72483aa853d68430883b2281f436512c6b.zip
Implement lua cleanup handlers
Diffstat (limited to 'backends/lua.h')
-rw-r--r--backends/lua.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/lua.h b/backends/lua.h
index 4583dfe..5587bf9 100644
--- a/backends/lua.h
+++ b/backends/lua.h
@@ -35,6 +35,7 @@ typedef struct /*_lua_instance_data*/ {
lua_channel_data* channel;
lua_State* interpreter;
+ int cleanup_handler;
char* default_handler;
} lua_instance_data;