aboutsummaryrefslogtreecommitdiffstats
path: root/luaevent/include/luaevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaevent/include/luaevent.h')
-rw-r--r--luaevent/include/luaevent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/luaevent/include/luaevent.h b/luaevent/include/luaevent.h
index 64bfb51..8b97be7 100644
--- a/luaevent/include/luaevent.h
+++ b/luaevent/include/luaevent.h
@@ -12,6 +12,7 @@ typedef struct {
struct event ev;
lua_State* L;
int callbackRef;
+ int objectRef; /* TEMP */
} le_callback;
int luaopen_luaevent(lua_State* L);