move ltt-private.h from public directroy into private directroy
[lttv.git] / ltt / branches / poly / include / ltt / facility.h
index ae1dd9f19155202cfd598708e2500ef37bc0ac3b..4bca4fd1423f4e6746182a51a281e29e416babc9 100644 (file)
@@ -11,6 +11,8 @@ char *ltt_facility_name(LttFacility *f);
 
 LttChecksum ltt_facility_checksum(LttFacility *f);
 
+/* open facility */
+void ltt_facility_open(LttTrace * t, char * facility_name);
 
 /* Discover the event types within the facility. The event type integer id
    relative to the trace is from 0 to nb_event_types - 1. The event
This page took 0.029188 seconds and 4 git commands to generate.