diff options
author | Stefan Metzmacher <metze@samba.org> | 2013-02-18 09:56:41 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-02-19 23:47:51 +0100 |
commit | 415e8e0513017207c9c87ec968f22ed43bdb220b (patch) | |
tree | 527334724be8e3c3a1f2a713b6fd74e5eadb427a /source3/include | |
parent | 5c72385f3d4ba5f5747d9d5895286dfacbb2ba7a (diff) | |
download | samba-415e8e0513017207c9c87ec968f22ed43bdb220b.tar.gz samba-415e8e0513017207c9c87ec968f22ed43bdb220b.tar.xz samba-415e8e0513017207c9c87ec968f22ed43bdb220b.zip |
s3:smbd: s/struct event_context/struct tevent_context
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index a163e9e5cac..0d16e565e5a 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -144,7 +144,7 @@ struct notify_event; struct notify_change_request; struct sys_notify_backend; struct sys_notify_context { - struct event_context *ev; + struct tevent_context *ev; void *private_data; /* For use by the system backend */ }; |