summaryrefslogtreecommitdiff
path: root/ev_vars.h
diff options
context:
space:
mode:
authorroot <root>2009-07-09 09:11:20 +0000
committerroot <root>2009-07-09 09:11:20 +0000
commitce8dc1a03da38c405583d4673d8da12c2a26373e (patch)
tree3ef659f288940a17ba4950399baf18be3b67e1e9 /ev_vars.h
parentdcdb154c9c5bd4ae64d5ebde7392ce11d7c774aa (diff)
*** empty log message ***
Diffstat (limited to 'ev_vars.h')
-rw-r--r--ev_vars.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ev_vars.h b/ev_vars.h
index acf6297..9279004 100644
--- a/ev_vars.h
+++ b/ev_vars.h
@@ -168,5 +168,10 @@ VARx(char, fs_2625) /* whether we are running in linux 2.6.25 or newer */
VAR (fs_hash, ANFS fs_hash [EV_INOTIFY_HASHSIZE])
#endif
+VARx(void *, userdata)
+VAR (suspend_cb, void (*suspend_cb)(EV_P))
+VAR (resume_cb , void (*resume_cb) (EV_P))
+VAR (invoke_cb , void (*invoke_cb) (EV_P))
+
#undef VARx