summaryrefslogtreecommitdiffstats
path: root/source3/lib/fncall.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 10:24:12 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:48:00 +0100
commitc0858030ba25d23b06a9dcf90b303f9325b7ac3e (patch)
tree201b5f71098470d87f027904787f794c3cfbd89f /source3/lib/fncall.c
parent9ececaae5c13216ce9e29eebb0fad0d7a0e2ab90 (diff)
downloadsamba-c0858030ba25d23b06a9dcf90b303f9325b7ac3e.tar.gz
samba-c0858030ba25d23b06a9dcf90b303f9325b7ac3e.tar.xz
samba-c0858030ba25d23b06a9dcf90b303f9325b7ac3e.zip
s3:lib: s/struct fd_event/struct tevent_fd
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/lib/fncall.c')
-rw-r--r--source3/lib/fncall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/fncall.c b/source3/lib/fncall.c
index e40fd8343d..fb3d5c9887 100644
--- a/source3/lib/fncall.c
+++ b/source3/lib/fncall.c
@@ -40,7 +40,7 @@ struct fncall_context {
struct fncall_state **orphaned;
int num_orphaned;
- struct fd_event *fde;
+ struct tevent_fd *fde;
};
static void fncall_handler(struct tevent_context *ev, struct tevent_fd *fde,