Filter out redundant packet context fields unless in verbose mode
[babeltrace.git] / include / babeltrace / ctf-text / types.h
index 7703e7b8e25148272f5c6ed91f8e0264ea0d4706..1b05523e5430585afd3ed9984294825fbd3d413b 100644 (file)
@@ -69,4 +69,9 @@ void print_pos_tabs(struct ctf_text_stream_pos *pos)
                fprintf(pos->fp, "\t");
 }
 
                fprintf(pos->fp, "\t");
 }
 
+/*
+ * Check if the field must be printed.
+ */
+int print_field(struct definition *definition);
+
 #endif /* _BABELTRACE_CTF_TEXT_TYPES_H */
 #endif /* _BABELTRACE_CTF_TEXT_TYPES_H */
This page took 0.026193 seconds and 4 git commands to generate.