Index: trunk/psLib/src/sys/psMemory.h
===================================================================
--- trunk/psLib/src/sys/psMemory.h	(revision 7414)
+++ trunk/psLib/src/sys/psMemory.h	(revision 7617)
@@ -12,6 +12,6 @@
  *  @ingroup MemoryManagement
  *
- *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-07 23:16:44 $
+ *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-21 21:40:12 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -190,7 +190,15 @@
  *  @return bool:       The previous value of the thread safety.
  */
-bool psMemThreadSafety(
+bool psMemSetThreadSafety(
     bool safe                          ///< boolean for turning on/off thread safety
 );
+
+/** Get the current state of thread safety and mutex locking in the memory management.
+ *
+ * psMemGetThreadSafety shall return the current state of thread safety in the memory management system.
+ *
+ *  @return bool:       The current state of thread safety.
+ */
+bool psMemGetThreadSafety(void);
 
 /** Set the memory as persistent so that it is ignored when detecting memory leaks.
