warning
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 Sep 2005 02:59:36 +0000 (02:59 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 Sep 2005 02:59:36 +0000 (02:59 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1275 04897980-b3bd-0310-b5e0-8ef037075253

genevent/Makefile
genevent/README

index f0935029ee23c789e95fc574b0051b601d3f9a67..a1d4c3026163797a4de5d8562523660b411fe33b 100644 (file)
@@ -21,6 +21,6 @@ parser.o: parser.c parser.h
 .PHONY: clean
 
 clean:
-       rm -rf *.o *~ *#
+       rm -rf *.o *~ *# genevent
 
 
index 182fbf057e1abfadda646a0c49944c5d9e76c908..0edb12aba8d2048e3b846c1f5a7fb699fad59768 100644 (file)
@@ -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
 
This page took 0.025647 seconds and 4 git commands to generate.