Revision: 73055
          http://sourceforge.net/p/brlcad/code/73055
Author:   starseeker
Date:     2019-05-13 15:27:11 +0000 (Mon, 13 May 2019)
Log Message:
-----------
This program shouldn't be needed long term, but note that to do this right we 
actually need to be paying attention to bu_semaphore_acquire...

Modified Paths:
--------------
    brlcad/trunk/src/libbu/tests/semchk.cxx

Modified: brlcad/trunk/src/libbu/tests/semchk.cxx
===================================================================
--- brlcad/trunk/src/libbu/tests/semchk.cxx     2019-05-13 15:24:29 UTC (rev 
73054)
+++ brlcad/trunk/src/libbu/tests/semchk.cxx     2019-05-13 15:27:11 UTC (rev 
73055)
@@ -38,6 +38,11 @@
  * numerically unique.
  */
 
+// TODO - if this is needed long term, we need to do as the env cmd builder
+// does and assemble (and figure out the definitions for everything in a
+// bu_semaphore_acquire call as well as just pattern matching the SEM
+// definitions themselves...
+
 #include "common.h"
 
 #include <stdlib.h> /* for strtol */

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to