X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fprint.h;h=3615abc71da3786bd99ae9bac36d559c69de9a83;hb=a970363f31999693ffbc0d7d6cf8a15d03677d64;hp=3aa12bbb047a9a08445a1c804639bde9516ee0d8;hpb=73e6c609eb72e2305c367b36bdc856da87ccb078;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/print.h b/ltt/branches/poly/lttv/lttv/print.h index 3aa12bbb..3615abc7 100644 --- a/ltt/branches/poly/lttv/lttv/print.h +++ b/ltt/branches/poly/lttv/lttv/print.h @@ -26,8 +26,8 @@ -void lttv_print_field(LttEvent *e, LttField *f, GString *s, - gboolean field_names, guint element_index); +void lttv_print_field(LttEvent *e, struct marker_field *f, GString *s, + gboolean field_names, LttvTracefileState *tfs); void lttv_event_to_string(LttEvent *e, GString *s, gboolean mandatory_fields, gboolean field_names, LttvTracefileState *tfs);