Revision: 57195
          http://sourceforge.net/p/brlcad/code/57195
Author:   brlcad
Date:     2013-08-28 02:52:05 +0000 (Wed, 28 Aug 2013)
Log Message:
-----------
add a new semaphore for the new date-time interface.  doesn't need to lock on 
the same syscall interface, just needs to be enough to protect multiple reads 
from the static struct memory that is returned.

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

Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h   2013-08-28 02:48:41 UTC (rev 57194)
+++ brlcad/trunk/include/bu.h   2013-08-28 02:52:05 UTC (rev 57195)
@@ -4828,7 +4828,8 @@
 #define BU_SEM_MAPPEDFILE 3
 #define BU_SEM_THREAD 4
 #define BU_SEM_MALLOC 5
-#define BU_SEM_LAST (BU_SEM_MALLOC+1)  /* allocate this many for LIBBU+LIBBN */
+#define BU_SEM_DATETIME 6
+#define BU_SEM_LAST (BU_SEM_DATETIME+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.


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to