]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added API warning for the recently added ANNOTATE_*() macro's.
authorBart Van Assche <bvanassche@acm.org>
Mon, 1 Jun 2009 10:49:38 +0000 (10:49 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 1 Jun 2009 10:49:38 +0000 (10:49 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10190

drd/drd.h

index 2279665a525e1862cd696496dd62b654a2039567..19c4a82b6adb0a28127632775fce033153e9e80c 100644 (file)
--- a/drd/drd.h
+++ b/drd/drd.h
  */
 #define DRD_TRACE_VAR(x) DRDCL_(trace_range)(&(x), sizeof(x))
 
+/* !! APIWARNING !! APIWARNING !! APIWARNING !! APIWARNING !!
+   The semantics and the names of the macro's defined below are still
+   under discussion and subject to change without notice.
+*/
+
 /**
  * Tell DRD to insert a mark. addr is either the address of a pthread condition
  * variable or the address of an object that is not a pthread synchronization
  */
 #define ANNOTATE_THREAD_NAME(name) DRDCL_(set_thread_name)(name)
 
+/* !! APIWARNING !! APIWARNING !! APIWARNING !! APIWARNING !!
+   The semantics and the names of the macro's defined above are still
+   under discussion and subject to change without notice.
+*/
+
 
 /* !! ABIWARNING !! ABIWARNING !! ABIWARNING !! ABIWARNING !!
    This enum comprises an ABI exported by Valgrind to programs