fix start and end buffer : 64 bits, also heartbeat seen as normal event : its 64...
[lttv.git] / ltt / branches / poly / ltt / event.h
index 88c036249e9328bf280046d6804b87a3ffdad616..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 */
 
@@ -74,6 +77,10 @@ gint ltt_event_position_compare(const LttEventPosition *ep1,
 
 gint ltt_event_event_position_compare(const LttEvent *event,
                                       const LttEventPosition *ep);
+
+void ltt_event_position_copy(LttEventPosition *dest,
+                             const LttEventPosition *src);
+
 /* CPU id of the event */
 
 unsigned ltt_event_cpu_id(LttEvent *e);
This page took 0.026636 seconds and 4 git commands to generate.