Typedef bt_intern_str
[babeltrace.git] / include / babeltrace / callbacks-internal.h
index 0f0e53780679fa246b30d1696d6843b08723b8b1..c9aeccdf3ecbab8a63958fb840334cf7c152144a 100644 (file)
@@ -21,6 +21,8 @@
  * all copies or substantial portions of the Software.
  */
 
+#include <glib.h>
+
 struct bt_callback {
        int prio;               /* Callback order priority. Lower first. Dynamically assigned from dependency graph. */
        void *private_data;
@@ -49,7 +51,7 @@ struct bt_dependencies {
        int refcount;                   /* free when decremented to 0 */
 };
 
-void process_callbacks(struct babeltrace_iter *iter,
+void process_callbacks(struct bt_iter *iter,
        struct ctf_stream *stream);
 
 #endif /* _BABELTRACE_CALLBACKS_INTERNAL_H */
This page took 0.023338 seconds and 4 git commands to generate.