ltt newlib commit it, it compiles, not tested
[lttv.git] / ltt / branches / poly / ltt / event.h
index 3f1f89725a49fa96f872cdf7785cca4f5ac0ef30..fc50fee9faf020d07dc865baa5bb79c46e0d2cbd 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef EVENT_H
 #define EVENT_H
 
+#include <glib.h>
 #include <ltt/ltt.h>
 
 LttEvent *ltt_event_new();
@@ -96,7 +97,7 @@ void *ltt_event_data(LttEvent *e);
    instance. This function returns the number of elements for an array or 
    sequence field in an event. */
 
-unsigned ltt_event_field_element_number(LttEvent *e, LttField *f);
+guint64 ltt_event_field_element_number(LttEvent *e, LttField *f);
 
 
 /* Set the currently selected element for a sequence or array field. */
This page took 0.025775 seconds and 4 git commands to generate.