]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added creation / destruction events to the bitmap access type enumeration.
authorBart Van Assche <bvanassche@acm.org>
Sun, 16 Mar 2008 08:39:54 +0000 (08:39 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 16 Mar 2008 08:39:54 +0000 (08:39 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7700

exp-drd/pub_drd_bitmap.h

index ba33fed9c06ee56b97b01a4ab2864b8cf863499e..fc3860d3fa733302d339aa1fe375e92596272bf2 100644 (file)
@@ -50,7 +50,7 @@ struct bitmap;
 
 
 // Datatype definitions.
-typedef enum { eLoad, eStore } BmAccessTypeT;
+typedef enum { eLoad, eStore, eStart, eEnd } BmAccessTypeT;
 
 
 // Function declarations.