X-Git-Url: http://git.lttng.org/?p=lttv.git;a=blobdiff_plain;f=lttv%2Flttv%2Fprint.h;h=0dd838b07d05e1b19ddde04282884094dc80cfa4;hp=e5da0e989a45b448590d8e7c47328fea92962a39;hb=556b540ae4beba8dd3dd0d628e149c6b93eb4c29;hpb=33cc940080732f7d403b90c7cbfa8514fe1fd83f diff --git a/lttv/lttv/print.h b/lttv/lttv/print.h index e5da0e98..0dd838b0 100644 --- a/lttv/lttv/print.h +++ b/lttv/lttv/print.h @@ -24,7 +24,7 @@ * Use these functions to print textually event fields. */ -struct bt_ctf_event; +#include void lttv_print_field(LttEvent *e, struct marker_field *f, GString *s, gboolean field_names, LttvTracefileState *tfs); @@ -32,5 +32,5 @@ void lttv_print_field(LttEvent *e, struct marker_field *f, GString *s, void lttv_event_to_string(LttEvent *e, GString *s, gboolean mandatory_fields, gboolean field_names, LttvTracefileState *tfs); #endif -void lttv_event_to_string(struct bt_ctf_event *event, GString *a_string, gboolean field_names); +void lttv_event_to_string(LttvEvent *event, GString *a_string, gboolean field_names);