Revision: 54902
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54902&view=rev
Author:   brlcad
Date:     2013-03-27 03:58:35 +0000 (Wed, 27 Mar 2013)
Log Message:
-----------
deprecated to obsolete: remove bu_get_load_average() and bu_set_realtime()

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

Modified: brlcad/trunk/CHANGES
===================================================================
--- brlcad/trunk/CHANGES        2013-03-27 02:34:43 UTC (rev 54901)
+++ brlcad/trunk/CHANGES        2013-03-27 03:58:35 UTC (rev 54902)
@@ -65,6 +65,10 @@
 **************
 
 
+7.24
+----
+
+
 7.22
 ----
 raytrace.h librt
@@ -211,8 +215,6 @@
        rt_fdiff -> NEAR_ZERO [deprecated 7.14]
        rt_reldiff -> NEAR_ZERO [deprecated 7.14]
        DIR_* -> RT_DIR_* [deprecated 7.14]
-include/bu.h
-       bu_fopen_uniq -> fopen [deprecated 7.14]
 mged
        tops -g -u -> now default behavior [deprecated 7.14]
        -n option -> -c option [deprecated 7.14]
@@ -234,8 +236,6 @@
        rt_split_cmd() -> bu_argv_from_string() [deprecated 7.12]
 src/rt/viewarea.c
        terminology and output format [deprecated 7.12]
-src/libbu/parallel.c
-       bu_get_load_average(), remove [deprecated 7.12]
 include/raytrace.h
        RT_HIT_NORM -> RT_HIT_NORMAL [deprecated 7.12]
 
@@ -253,6 +253,9 @@
 ------
 src/other/jove
        jove -> emacs [deprecated 7.14]
+include/bu.h
+       bu_get_load_average(), remove [deprecated 7.12]
+       bu_fopen_uniq -> fopen [deprecated 7.14]
 
 7.22.0
 ------
@@ -875,3 +878,9 @@
        made bu_dir_list() return the number of entries [7.21]
 s/bu_strcmpm\((.*),([^,]*)\)/bu_strcmp(\1)/g
        no use for label parameter, convert to bu_strcmp() [7.21]
+        bu_set_realtime() [deprecated 7.22]
+
+7.24
+----
+s/bu_set_realtime([[:space:]]);//g
+        didn't do anything [7.23

Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h   2013-03-27 02:34:43 UTC (rev 54901)
+++ brlcad/trunk/include/bu.h   2013-03-27 03:58:35 UTC (rev 54902)
@@ -4084,16 +4084,6 @@
 BU_EXPORT extern int bu_avail_cpus();
 
 /**
- * A generally portable method for obtaining the 1-minute load average.
- * Vendor-specific methods which don't involve a fork/exec sequence
- * would be preferable.
- * Alas, very very few systems put the load average in /proc,
- * most still grunge the avenrun[3] array out of /dev/kmem,
- * which requires special privileges to open.
- */
-BU_EXPORT extern fastf_t bu_get_load_average();
-
-/**
  * DEPRECATED: this routine's use of a temporary file is deprecated
  * and should not be relied upon.  a future implementation will
  * utilize environment variables instead of temporary files.
@@ -4111,16 +4101,6 @@
 DEPRECATED BU_EXPORT extern int bu_get_public_cpus();
 
 /**
- * If possible, mark this process for real-time scheduler priority.
- * Will often need root privs to succeed.
- *
- * Returns -
- * 1 realtime priority obtained
- * 0 running with non-realtime scheduler behavior
- */
-BU_EXPORT extern int bu_set_realtime();
-
-/**
  * Create 'ncpu' copies of function 'func' all running in parallel,
  * with private stack areas.  Locking and work dispatching are handled
  * by 'func' using a "self-dispatching" paradigm.

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