summaryrefslogtreecommitdiff
path: root/source3/torture/test_notify_online.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-02-18 09:55:58 +0100
committerMichael Adam <obnox@samba.org>2013-02-19 23:47:51 +0100
commit5c72385f3d4ba5f5747d9d5895286dfacbb2ba7a (patch)
tree27e808d6a6f64c57d8c9a904dc62e206285cf852 /source3/torture/test_notify_online.c
parentb946b457991b34e89292a4dcd54f34a5c1de52d6 (diff)
downloadsamba-5c72385f3d4ba5f5747d9d5895286dfacbb2ba7a.tar.gz
samba-5c72385f3d4ba5f5747d9d5895286dfacbb2ba7a.tar.bz2
samba-5c72385f3d4ba5f5747d9d5895286dfacbb2ba7a.zip
s3:torture: 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/torture/test_notify_online.c')
-rw-r--r--source3/torture/test_notify_online.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/test_notify_online.c b/source3/torture/test_notify_online.c
index d2748f4f34..b59ce203df 100644
--- a/source3/torture/test_notify_online.c
+++ b/source3/torture/test_notify_online.c
@@ -236,7 +236,7 @@ static NTSTATUS notify_online(struct cli_state *cli,
bool *got_notify)
{
TALLOC_CTX *frame = talloc_stackframe();
- struct event_context *ev;
+ struct tevent_context *ev;
struct tevent_req *req;
NTSTATUS status = NT_STATUS_NO_MEMORY;