From: compudj Date: Wed, 26 May 2004 21:11:28 +0000 (+0000) Subject: path hooks/event X-Git-Tag: v0.12.20~2927 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=63a95338ea0307d3e1b2247e915b903f135cf769;p=lttv.git path hooks/event git-svn-id: http://ltt.polymtl.ca/svn@562 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/batchtest.c b/ltt/branches/poly/lttv/lttv/batchtest.c index ec947254..d7130271 100644 --- a/ltt/branches/poly/lttv/lttv/batchtest.c +++ b/ltt/branches/poly/lttv/lttv/batchtest.c @@ -673,7 +673,7 @@ static void init() //g_assert(lttv_iattribute_find_by_path(attributes, "hooks/event/after", // LTTV_POINTER, &value)); //*(value.v_pointer) = after_event; - g_assert(lttv_iattribute_find_by_path(attributes, "hooks/event/event_hook", + g_assert(lttv_iattribute_find_by_path(attributes, "hooks/event", LTTV_POINTER, &value)); *(value.v_pointer) = event_hook; g_assert(lttv_iattribute_find_by_path(attributes, "hooks/main/before",