Index: trunk/psLib/src/sys/psMemory.c
===================================================================
--- trunk/psLib/src/sys/psMemory.c	(revision 8629)
+++ trunk/psLib/src/sys/psMemory.c	(revision 8705)
@@ -8,6 +8,6 @@
 *  @author Robert Lupton, Princeton University
 *
-*  @version $Revision: 1.81 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-08-26 05:01:49 $
+*  @version $Revision: 1.82 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-08-30 04:40:56 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -287,4 +287,9 @@
 
     return id;
+}
+
+psMemId psMemGetLastId(void)
+{
+    return memid;
 }
 
