Revision: 54898
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54898&view=rev
Author:   brlcad
Date:     2013-03-27 02:11:33 +0000 (Wed, 27 Mar 2013)
Log Message:
-----------
declare the new bu_semaphore.free() function.

Modified Paths:
--------------
    brlcad/trunk/include/bu.h

Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h   2013-03-27 02:11:09 UTC (rev 54897)
+++ brlcad/trunk/include/bu.h   2013-03-27 02:11:33 UTC (rev 54898)
@@ -4919,6 +4919,11 @@
 BU_EXPORT extern void bu_semaphore_init(unsigned int nsemaphores);
 
 /**
+ * Release all initialized semaphores and any associated memory.
+ */
+BU_EXPORT extern void bu_semaphore_free();
+
+/**
  * Prepare 'nsemaphores' independent critical section semaphores.  Die
  * on error.
  */

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to