X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=genevent-new%2Fparser.h;h=70e89cb0ffc33064879442073937d8366e471c6b;hb=bb9014e64a98ba108f6ca0cf005f6791a7c71164;hp=c3a0c5eec7efcedd4f5174ad874270535f0f4224;hpb=cdca2ebab538e337d4bfec89a4283f09df9c3199;p=lttv.git diff --git a/genevent-new/parser.h b/genevent-new/parser.h index c3a0c5ee..70e89cb0 100644 --- a/genevent-new/parser.h +++ b/genevent-new/parser.h @@ -172,8 +172,7 @@ void generateChecksum(char * facName, char * getNameAttribute(parse_file_t *in); char * getFormatAttribute(parse_file_t *in); int getSizeAttribute(parse_file_t *in); -int getValueAttribute(parse_file_t *in); -char * getValueStrAttribute(parse_file_t *in); +int getValueAttribute(parse_file_t *in, long long *value); char * getDescription(parse_file_t *in);