Revision: 55110
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55110&view=rev
Author:   brlcad
Date:     2013-04-10 17:26:05 +0000 (Wed, 10 Apr 2013)
Log Message:
-----------
threading needs a unique semaphore

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

Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h   2013-04-10 16:05:57 UTC (rev 55109)
+++ brlcad/trunk/include/bu.h   2013-04-10 17:26:05 UTC (rev 55110)
@@ -4808,7 +4808,8 @@
 #define BU_SEM_LISTS 1
 #define BU_SEM_BN_NOISE 2
 #define BU_SEM_MAPPEDFILE 3
-#define BU_SEM_LAST (BU_SEM_MAPPEDFILE+1)      /* allocate this many for 
LIBBU+LIBBN */
+#define BU_SEM_THREAD 4
+#define BU_SEM_LAST (BU_SEM_THREAD+1)  /* allocate this many for LIBBU+LIBBN */
 /*
  * Automatic restart capability in bu_bomb().  The return from
  * BU_SETJUMP is the return from the setjmp().  It is 0 on the first

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


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to