Correct a few syntax errors
[lttv.git] / ltt / branches / poly / include / lttv / iattribute.h
index e9f853cf67ee56661b4ca38ac69742ec5d6b36b2..944092a2b62e1a85780633983f8a530dc624d3ff 100644 (file)
@@ -26,10 +26,10 @@ typedef union LttvAttributeValue {
   unsigned long *v_ulong;
   float *v_float;
   double *v_double;
-  timespec *v_timespec;
+  LttvTime *v_time;
   gpointer *v_pointer;
   char **v_string;
-  gobject **v_gobject;
+  GObject **v_gobject;
 } LttvAttributeValue;
 
 
This page took 0.023223 seconds and 4 git commands to generate.