Initial port of the state system to the LTTng 2.0 trace format
[lttv.git] / lttv / lttv / print.h
index 3615abc71da3786bd99ae9bac36d559c69de9a83..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);
+               gboolean field_names, LttvTracefileState *tfs);
 
-void lttv_event_to_string(LttEvent *e, GString *s,
-    gboolean mandatory_fields, 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.025098 seconds and 4 git commands to generate.