diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-02-18 10:24:12 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-02-19 23:47:58 +0100 |
commit | a0d96b53e7730c5e0b4986342fa73ab81b7869ef (patch) | |
tree | be959e72a15bd4bed5cc61826a179c791df30f92 /source3/smbd/globals.h | |
parent | 59b8f803d74c45e2477c533b5b380afb011f8ebe (diff) | |
download | samba-a0d96b53e7730c5e0b4986342fa73ab81b7869ef.tar.gz samba-a0d96b53e7730c5e0b4986342fa73ab81b7869ef.tar.xz samba-a0d96b53e7730c5e0b4986342fa73ab81b7869ef.zip |
s3:smbd: 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/smbd/globals.h')
-rw-r--r-- | source3/smbd/globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 4b0165b673..3461bc50df 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -659,7 +659,7 @@ struct smbd_server_connection { } oplocks; struct { - struct fd_event *fde; + struct tevent_fd *fde; struct { /* @@ -676,7 +676,7 @@ struct smbd_server_connection { /* * fde for the trusted_fd */ - struct fd_event *trusted_fde; + struct tevent_fd *trusted_fde; /* * Reference count for the fcntl lock to |