X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ftype.h;h=2c429a5220e33415ce83e31105cfa16d6a1411b4;hb=72013e4093fbaf26456b22101550d58253e858dd;hp=0ff3dfe062297c8e405f59e8a8dab440e0ecf7dd;hpb=2312de30ce2be53f81c4eaaa772ffff21511b509;p=lttv.git diff --git a/ltt/branches/poly/ltt/type.h b/ltt/branches/poly/ltt/type.h index 0ff3dfe0..2c429a52 100644 --- a/ltt/branches/poly/ltt/type.h +++ b/ltt/branches/poly/ltt/type.h @@ -61,7 +61,7 @@ LttType *ltt_type_element_type(LttType *t); /* The number of elements for arrays. */ -//unsigned ltt_type_element_number(LttType *t); +unsigned ltt_type_element_number(LttType *t); /* The number of data members for structures and unions. */