Initial port of the state system to the LTTng 2.0 trace format
[lttv.git] / lttv / lttv / print.h
index 904028106068741e32f5244de4d638415cb3a504..47cfb61c2b4fa1780ba1ad180a47facfee17ca69 100644 (file)
  * Use these functions to print textually event fields. 
  */
 
-
-
+#include <lttv/event.h>
+#ifdef BABEL_CLEANUP
 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);
+#endif
+void lttv_event_to_string(LttvEvent *event, GString *a_string, gboolean field_names);
 
This page took 0.034959 seconds and 4 git commands to generate.