Some cleaning, modified to respect kernel standard.
[lttv.git] / ltt / trace.h
index 202def1094d5853ba345c7271fe862e97aad9f2f..9f1f8493d01a31bbe6a630ef33c88d4cf9930a89 100644 (file)
@@ -212,4 +212,13 @@ LttTime ltt_interpolate_time_from_tsc(LttTracefile *tf, guint64 tsc);
 /* Set to enable event debugging output */
 void ltt_event_debug(int state);
 
+/* A structure representing the version number of the trace */
+struct LttTraceVersion {
+  guint8    ltt_major_version;
+  guint8    ltt_minor_version;
+};
+
+/* To get the version number of a trace */
+int ltt_get_trace_version(const gchar *pathname, struct LttTraceVersion * version_number);
+
 #endif // TRACE_H
This page took 0.023181 seconds and 4 git commands to generate.