X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fiattribute.h;h=944092a2b62e1a85780633983f8a530dc624d3ff;hb=996acd9220aa2a8e2bb502cc95d140eb44c322de;hp=e9f853cf67ee56661b4ca38ac69742ec5d6b36b2;hpb=94ec763790b1784412383217115ffacc6be8fa32;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/iattribute.h b/ltt/branches/poly/include/lttv/iattribute.h index e9f853cf..944092a2 100644 --- a/ltt/branches/poly/include/lttv/iattribute.h +++ b/ltt/branches/poly/include/lttv/iattribute.h @@ -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;