libltt compiles
[lttv.git] / ltt / branches / poly / ltt / event.h
index e91875e548f080ef9cc2a7c12bd7da1062422bdb..79ceed5288df68e1dd00974deeceb3f35b3c1611 100644 (file)
@@ -23,6 +23,7 @@
 #include <glib.h>
 #include <ltt/ltt.h>
 #include <sys/types.h>
+#include <ltt/markers.h>
 
 LttEvent *ltt_event_new();
 
@@ -36,18 +37,12 @@ void ltt_event_destroy(LttEvent *event);
 /* Obtain the trace unique integer id associated with the type of 
    this event */
 
-unsigned ltt_event_eventtype_id(const LttEvent *e);
+uint16_t ltt_event_eventtype_id(const LttEvent *e);
 
-unsigned ltt_event_facility_id(const LttEvent *e);
-
-/* Facility and type for the event */
-
-LttFacility *ltt_event_facility(const LttEvent *e);
+struct marker_info *ltt_event_marker(const LttEvent *e);
 
 LttEventType *ltt_event_eventtype(const LttEvent *e);
 
-
-
 /* Time and cycle count for the event */
 
 LttTime ltt_event_time(const LttEvent *e);
This page took 0.025024 seconds and 4 git commands to generate.