Trace IR and notification APIs: split into private and public APIs
[babeltrace.git] / include / babeltrace / trace-ir / event-internal.h
index 45f793872789c3f672316c2d492cf7893b372b80..11676fedd1b4ab27d8c9352338a36fa8f6fcff2a 100644 (file)
@@ -50,7 +50,7 @@
 #include <glib.h>
 
 #define BT_ASSERT_PRE_EVENT_HOT(_event) \
-       BT_ASSERT_PRE_HOT((_event), "Event", ": %!+e", (_event))
+       BT_ASSERT_PRE_HOT(((struct bt_event *) (_event)), "Event", ": %!+e", (_event))
 
 struct bt_event {
        struct bt_object base;
This page took 0.024203 seconds and 4 git commands to generate.