aboutsummaryrefslogtreecommitdiffstats
path: root/include/event_callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/event_callback.h')
-rw-r--r--include/event_callback.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/event_callback.h b/include/event_callback.h
index cb34d8e..38aedb8 100644
--- a/include/event_callback.h
+++ b/include/event_callback.h
@@ -13,6 +13,7 @@ typedef struct {
struct event ev;
le_base* base;
int callbackRef;
+ struct timeval timeout;
} le_callback;
int event_callback_register(lua_State* L);