From 2f3c70e14398080a74ab08f95f594e3a06dd1ce8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 16 Mar 2008 08:39:54 +0000 Subject: [PATCH] Added creation / destruction events to the bitmap access type enumeration. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7700 --- exp-drd/pub_drd_bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp-drd/pub_drd_bitmap.h b/exp-drd/pub_drd_bitmap.h index ba33fed9c0..fc3860d3fa 100644 --- a/exp-drd/pub_drd_bitmap.h +++ b/exp-drd/pub_drd_bitmap.h @@ -50,7 +50,7 @@ struct bitmap; // Datatype definitions. -typedef enum { eLoad, eStore } BmAccessTypeT; +typedef enum { eLoad, eStore, eStart, eEnd } BmAccessTypeT; // Function declarations. -- 2.47.3