X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fprint.h;h=3aa12bbb047a9a08445a1c804639bde9516ee0d8;hb=768d9ff70f4f49a042d606eeb0e767c23e537d04;hp=c21abcd5573c07e5a0f1c5290d5ab4de0d26c0bd;hpb=8e680509351245867a89f5647c7b926af7652f17;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/print.h b/ltt/branches/poly/lttv/lttv/print.h index c21abcd5..3aa12bbb 100644 --- a/ltt/branches/poly/lttv/lttv/print.h +++ b/ltt/branches/poly/lttv/lttv/print.h @@ -27,7 +27,7 @@ void lttv_print_field(LttEvent *e, LttField *f, GString *s, - gboolean field_names); + gboolean field_names, guint element_index); void lttv_event_to_string(LttEvent *e, GString *s, gboolean mandatory_fields, gboolean field_names, LttvTracefileState *tfs);