From 1b5edbe59340dcf31107036ce0fd8bdb5bff4f4a Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 30 Sep 2005 02:59:36 +0000 Subject: [PATCH 1/1] warning git-svn-id: http://ltt.polymtl.ca/svn@1275 04897980-b3bd-0310-b5e0-8ef037075253 --- genevent/Makefile | 2 +- genevent/README | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/genevent/Makefile b/genevent/Makefile index f0935029..a1d4c302 100644 --- a/genevent/Makefile +++ b/genevent/Makefile @@ -21,6 +21,6 @@ parser.o: parser.c parser.h .PHONY: clean clean: - rm -rf *.o *~ *# + rm -rf *.o *~ *# genevent diff --git a/genevent/README b/genevent/README index 182fbf05..0edb12ab 100644 --- a/genevent/README +++ b/genevent/README @@ -7,6 +7,9 @@ the inline functions to record events in the kernel. Right now, the program can only parse simple structure, if a structure has a nested structure, it will not work. +Genevent will soon go through a rewrite, but for now, the strings should be put +at the beginning of a structure : they will be put there anyways. + There are several files in the directory: genevent.c, genevent.h, crc32.tab, parser.c and parser.h -- 2.34.1