ltt_trace_read with external LttEvent
[lttv.git] / ltt / branches / poly / ltt / event.h
index 2b2eab2222bd673a76c2e6307b2193f6c9be5334..c3500120b8b49ba8bc01fd15dc9c05e554d093f2 100644 (file)
 
 #include <ltt/ltt.h>
 
+LttEvent *ltt_event_new();
+
+void ltt_event_destroy(LttEvent *event);
+
 /* Events and their content, including the raw data, are only valid 
    until reading another event from the same tracefile. 
    Indeed, since event reading is critical to the performance, 
    the memory associated with an event may be reused at each read. */
 
-
 /* Obtain the trace unique integer id associated with the type of 
    this event */
 
This page took 0.024885 seconds and 4 git commands to generate.