update compat
[lttv.git] / ltt / branches / poly / ltt / trace.h
index 0b63c9378aa6193eb966c44a1db97beb8818bf38..85dfe866506c4aa00688b4f9dbfbfa948b3fa340 100644 (file)
@@ -23,7 +23,8 @@
 #include <ltt/ltt.h>
 
 extern GQuark LTT_FACILITY_NAME_HEARTBEAT,
-              LTT_EVENT_NAME_HEARTBEAT;
+              LTT_EVENT_NAME_HEARTBEAT,
+              LTT_EVENT_NAME_HEARTBEAT_FULL;
 
 /* A trace is specified as a pathname to the directory containing all the
    associated data (control tracefiles, per cpu tracefiles, event 
@@ -60,8 +61,6 @@ LttSystemDescription *ltt_trace_system_description(LttTrace *t);
 
 unsigned ltt_trace_facility_number(LttTrace *t);
 
-LttFacility *ltt_trace_facility_get(LttTrace *t, unsigned i);
-
 LttFacility * ltt_trace_facility_by_id(LttTrace * trace, guint8 id);
 
 /* Returns an array of indexes (guint) that matches the facility name */
This page took 0.022472 seconds and 4 git commands to generate.