X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=genevent%2Fparser.h;h=8fd75743c96fe35c0dcb19890a885f2026db996e;hb=f9a599edf6aee5d165159f89c5c120a1792cc100;hp=ec360f8444ce5b3466f49abb3004282427961a25;hpb=79ae5becfad40935a543fa270d73fbfc77bd0c31;p=lttv.git diff --git a/genevent/parser.h b/genevent/parser.h index ec360f84..8fd75743 100644 --- a/genevent/parser.h +++ b/genevent/parser.h @@ -64,7 +64,7 @@ char *getQuotedString(parse_file_t *in); char *getName(parse_file_t *in); int getNumber(parse_file_t *in); char *getEqual(parse_file_t *in); -char seekNextChar(parse_file_t *in); +int seekNextChar(parse_file_t *in); void skipComment(parse_file_t * in); void skipEOL(parse_file_t * in); @@ -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 {