From 297a71f418ec5f2eca03d09059ae9e25e66aa154 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 7 Mar 2010 10:44:46 +0000 Subject: [PATCH] Added a definition for a new annotation: ANNOTATE_HAPPENS_DONE(). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11068 --- drd/drd.h | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/drd/drd.h b/drd/drd.h index d515c8d9e8..64adfe99b5 100644 --- a/drd/drd.h +++ b/drd/drd.h @@ -90,28 +90,33 @@ /** * @defgroup RaceDetectionAnnotations Data race detection annotations. * - * @see See also the source file dynamic_annotations.h + * @see See also the source file