summaryrefslogtreecommitdiff
path: root/lib/tevent/testsuite.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-02-26 15:54:57 +0100
committerJeremy Allison <jra@samba.org>2013-03-01 11:59:17 -0800
commit883d20a9bf7444e6338e13d6efbcbc257e1d78b7 (patch)
treee0a18ff457ab3b4356c2ed129163715ede00ac0b /lib/tevent/testsuite.c
parent5f284bec47971ea25df5461dfb3fbed731c243a8 (diff)
downloadsamba-883d20a9bf7444e6338e13d6efbcbc257e1d78b7.tar.gz
samba-883d20a9bf7444e6338e13d6efbcbc257e1d78b7.tar.bz2
samba-883d20a9bf7444e6338e13d6efbcbc257e1d78b7.zip
tevent: add trace points BEFORE_LOOP_ONCE and AFTER_LOOP_ONCE
The define TEVENT_HAS_LOOP_ONCE_TRACE_POINTS can be used to detect the new feature, without writing configure tests. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'lib/tevent/testsuite.c')
-rw-r--r--lib/tevent/testsuite.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tevent/testsuite.c b/lib/tevent/testsuite.c
index e053682047..142ba4f725 100644
--- a/lib/tevent/testsuite.c
+++ b/lib/tevent/testsuite.c
@@ -194,6 +194,9 @@ static void test_event_threaded_trace(enum tevent_trace_point point,
case TEVENT_TRACE_AFTER_WAIT:
test_event_threaded_lock();
break;
+ case TEVENT_TRACE_BEFORE_LOOP_ONCE:
+ case TEVENT_TRACE_AFTER_LOOP_ONCE:
+ break;
}
}