summaryrefslogtreecommitdiff
path: root/source4/lib/events/events_internal.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-09 16:43:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:13 -0500
commit96180f2cac8ebcbd7e2d683e891011697357dc9f (patch)
tree20e28a267217db48155b02c904c0113111047ac7 /source4/lib/events/events_internal.h
parent2e4d4a9e28ddd84e245e45c2c58f9cc6e8e2967f (diff)
downloadsamba-96180f2cac8ebcbd7e2d683e891011697357dc9f.tar.gz
samba-96180f2cac8ebcbd7e2d683e891011697357dc9f.tar.bz2
samba-96180f2cac8ebcbd7e2d683e891011697357dc9f.zip
r12140: - add an additional_flags field to the fd_event struct, so that
the events backend can store private flags - add function to access the gtk event loop ops struct metze (This used to be commit a5cc0758a393f36a770cdd57e317214d03934c13)
Diffstat (limited to 'source4/lib/events/events_internal.h')
-rw-r--r--source4/lib/events/events_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/events/events_internal.h b/source4/lib/events/events_internal.h
index 9fc5a2065f..de4e5f6a5a 100644
--- a/source4/lib/events/events_internal.h
+++ b/source4/lib/events/events_internal.h
@@ -56,6 +56,7 @@ struct fd_event {
/* this is private for the specific handler */
void *private_data;
/* this is private for the events_ops implementation */
+ uint16_t additional_flags;
void *additional_data;
};