X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fiattribute.h;h=292270908163022e711f3222c5e152ee4acde9f0;hb=9a9ca632e32af79f5f77894ef6e981ac0138102a;hp=cbda045f4bba5db151a75c11d99d3de82f01d5c2;hpb=f6691532b67cb6911749118e3da8d74de876380c;p=lttv.git diff --git a/lttv/lttv/iattribute.h b/lttv/lttv/iattribute.h index cbda045f..29227090 100644 --- a/lttv/lttv/iattribute.h +++ b/lttv/lttv/iattribute.h @@ -179,7 +179,7 @@ gboolean lttv_iattribute_find(LttvIAttribute *self, LttvAttributeName name, /* Trees of attribute tables may be accessed using a hierarchical path with components separated by /, like in filesystems */ -gboolean lttv_iattribute_find_by_path(LttvIAttribute *self, char *path, +gboolean lttv_iattribute_find_by_path(LttvIAttribute *self, const char *path, LttvAttributeType t, LttvAttributeValue *v);