X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fparser.h;h=1d56d462c6fc55f0cc31b2389d673e5c566a41bb;hb=0f7f40c1b766872829fdac2f76d3c2cf1bb10db8;hp=37dd38bb10bfeff71f3ba8850fa8b47ba8b6d5fc;hpb=fc063e40663e33543deebe5e57d6847f2aca5da7;p=lttv.git diff --git a/ltt/branches/poly/ltt/parser.h b/ltt/branches/poly/ltt/parser.h index 37dd38bb..1d56d462 100644 --- a/ltt/branches/poly/ltt/parser.h +++ b/ltt/branches/poly/ltt/parser.h @@ -22,6 +22,8 @@ This program is distributed in the hope that it will be useful, #ifndef PARSER_H #define PARSER_H +#include + /* Extensible array container */ typedef struct _sequence { @@ -159,7 +161,7 @@ type_descriptor *parseType(parse_file *in, type_descriptor *t, sequence * unname void parseFields(parse_file *in, type_descriptor *t, sequence * unnamed_types, table * named_types); int checkNamedTypesImplemented(table * namedTypes); type_descriptor * find_named_type(char *name, table * named_types); -int generateChecksum(char * facName, unsigned long * checksum, sequence * events); +int generateChecksum(char * facName, guint32 * checksum, sequence * events); /* get attributes */