summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_internal.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-03 11:18:14 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-03 19:58:50 +0100
commite928d863e2bb654d16ac9094e3406ef6a207c023 (patch)
tree183aacf6343cfa7293ce0d51dadd83ddd74207bc /lib/tevent/tevent_internal.h
parent1a26b67ee395ab49eb57a3773ec889f4ebbccb08 (diff)
downloadsamba-e928d863e2bb654d16ac9094e3406ef6a207c023.tar.gz
samba-e928d863e2bb654d16ac9094e3406ef6a207c023.tar.bz2
samba-e928d863e2bb654d16ac9094e3406ef6a207c023.zip
tevent: move some common tevent_fd related functions into tevent_fd.c
metze
Diffstat (limited to 'lib/tevent/tevent_internal.h')
-rw-r--r--lib/tevent/tevent_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tevent/tevent_internal.h b/lib/tevent/tevent_internal.h
index 46ba1b1655..6099387362 100644
--- a/lib/tevent/tevent_internal.h
+++ b/lib/tevent/tevent_internal.h
@@ -146,6 +146,9 @@ struct tevent_context {
bool tevent_register_backend(const char *name, const struct tevent_ops *ops);
+uint16_t tevent_common_fd_get_flags(struct tevent_fd *fde);
+void tevent_common_fd_set_flags(struct tevent_fd *fde, uint16_t flags);
+
bool ev_timeval_is_zero(const struct timeval *tv);
struct tevent_timer *tevent_common_add_timer(struct tevent_context *ev,
TALLOC_CTX *mem_ctx,