lib: fully detach CTF IR and CTF writer implementations
[babeltrace.git] / lib / ctf-writer / functor.c
index 29af02ca51e41a1c895a4cd2723eea6c1194cf73..d1dffc2c99bfc2646355c9b13d1bdb418bf35d92 100644 (file)
 
 #include <glib.h>
 #include <babeltrace/ctf-writer/functor-internal.h>
-#include <babeltrace/ctf-ir/utils-internal.h>
+#include <babeltrace/ctf-writer/utils-internal.h>
 
 BT_HIDDEN
 void value_exists(gpointer element, gpointer search_query)
 {
-       if (element == ((struct search_query *)search_query)->value) {
-               ((struct search_query *)search_query)->found = 1;
+       if (element == ((struct bt_ctf_search_query *)search_query)->value) {
+               ((struct bt_ctf_search_query *)search_query)->found = 1;
        }
 }
This page took 0.023689 seconds and 4 git commands to generate.