summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent_standard.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-12-24 13:52:57 +0100
committerStefan Metzmacher <metze@samba.org>2008-12-29 08:42:00 +0100
commit7bf5768a523082d5d47140155824f24689009e55 (patch)
treeeecc1b7cf6e1223535b5107d7af6d74eebc440ff /lib/tevent/tevent_standard.c
parent9a90e4cecb2ab4afe54d2354fb9b6e985eeb245f (diff)
downloadsamba-7bf5768a523082d5d47140155824f24689009e55.tar.gz
samba-7bf5768a523082d5d47140155824f24689009e55.tar.bz2
samba-7bf5768a523082d5d47140155824f24689009e55.zip
lib/tevent: rename event_* => tevent_* in the header file
We have compat macros to keep the callers happy. metze
Diffstat (limited to 'lib/tevent/tevent_standard.c')
-rw-r--r--lib/tevent/tevent_standard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/tevent_standard.c b/lib/tevent/tevent_standard.c
index c63d092173..ba474dbd26 100644
--- a/lib/tevent/tevent_standard.c
+++ b/lib/tevent/tevent_standard.c
@@ -593,7 +593,7 @@ static const struct event_ops std_event_ops = {
.add_fd = std_event_add_fd,
.get_fd_flags = std_event_get_fd_flags,
.set_fd_flags = std_event_set_fd_flags,
- .add_timed = common_event_add_timed,
+ .add_timer = common_event_add_timed,
.add_signal = common_event_add_signal,
.loop_once = std_event_loop_once,
.loop_wait = std_event_loop_wait,