Revision: 55112
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55112&view=rev
Author:   brlcad
Date:     2013-04-10 17:41:04 +0000 (Wed, 10 Apr 2013)
Log Message:
-----------
document which is which.  it was getting to the right one by default but 
probably not including the header.

Modified Paths:
--------------
    brlcad/trunk/src/libbu/affinity.c

Modified: brlcad/trunk/src/libbu/affinity.c
===================================================================
--- brlcad/trunk/src/libbu/affinity.c   2013-04-10 17:28:27 UTC (rev 55111)
+++ brlcad/trunk/src/libbu/affinity.c   2013-04-10 17:41:04 UTC (rev 55112)
@@ -60,9 +60,9 @@
     /* Linux and BSD pthread affinity */
 
 #ifdef HAVE_CPU_SET_T
-    cpu_set_t set_of_cpus;
+    cpu_set_t set_of_cpus; /* bsd */
 #else
-    cpuset_t set_of_cpus;
+    cpuset_t set_of_cpus; /* linux */
 #endif
     int ret;
 

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