add slow_printf support to generic
[lttv.git] / ltt / branches / poly / ltt / parser.h
index c3a0c5eec7efcedd4f5174ad874270535f0f4224..c039404990990a4b0aacee1fb6a40e6cdd91f0ed 100644 (file)
@@ -145,6 +145,7 @@ typedef struct _facility {
   sequence_t unnamed_types; //FIXME : remove
   table_t named_types;
        unsigned int checksum;
+       int     user;           /* Is this a userspace facility ? */
 } facility_t;
 
 int getSizeindex(unsigned int value);
@@ -172,8 +173,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);
 
This page took 0.026682 seconds and 4 git commands to generate.