X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fparser.h;h=4215f286cd82077ad90b90df4a49ed305d88c345;hb=f5d7967f8c41e4f380d3ea7c4304e68ab5bad8ec;hp=21884fb6d0b82d35f44bd4cc12ee19e5f3e7a799;hpb=cc5ce8a0fd5384e88838f74f038d26e6b4323eb1;p=lttv.git diff --git a/ltt/branches/poly/ltt/parser.h b/ltt/branches/poly/ltt/parser.h index 21884fb6..4215f286 100644 --- a/ltt/branches/poly/ltt/parser.h +++ b/ltt/branches/poly/ltt/parser.h @@ -137,6 +137,7 @@ typedef struct _event { typedef struct _facility { char * name; char * capname; + char * arch; char * description; sequence_t events; sequence_t unnamed_types; //FIXME : remove