From b120c5f28876fd9efe032a6dbecebfaaff7dfd14 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 25 May 2010 15:23:55 -0400 Subject: torture: use tevent_ functions names instead of the legacy event_ ones --- source4/torture/basic/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/basic/misc.c') diff --git a/source4/torture/basic/misc.c b/source4/torture/basic/misc.c index 5fbbc61e0f..0fa9a9e98f 100644 --- a/source4/torture/basic/misc.c +++ b/source4/torture/basic/misc.c @@ -997,7 +997,7 @@ bool run_benchrw(struct torture_context *tctx) finished++; break; default: - event_loop_once(ev); + tevent_loop_once(ev); } } } -- cgit