X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fparser.h;h=8fd75743c96fe35c0dcb19890a885f2026db996e;hb=e55d936e22150fcd3fae5c6c12b330b096a0f9af;hp=a447d6db03c3cca91b1bbc727cd8911aa1959bfb;hpb=83e160f2269f77a175b026a4b008a6dd18533d93;p=lttv.git diff --git a/ltt/branches/poly/ltt/parser.h b/ltt/branches/poly/ltt/parser.h index a447d6db..8fd75743 100644 --- a/ltt/branches/poly/ltt/parser.h +++ b/ltt/branches/poly/ltt/parser.h @@ -136,6 +136,7 @@ typedef struct _event { int per_tracefile; /* Must we log this event in a specific tracefile ? */ int param_buffer; /* For userspace tracing : takes a buffer as parameter? */ int no_instrument_function; + int high_priority; } event_t; typedef struct _facility {