[asterisk-commits] russell: trunk r89439 - /trunk/funcs/func_sysinfo.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Nov 19 17:03:03 CST 2007


Author: russell
Date: Mon Nov 19 17:03:02 2007
New Revision: 89439

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89439
Log:
Make the SYSINFO documentation reflect which options were compiled in

Modified:
    trunk/funcs/func_sysinfo.c

Modified: trunk/funcs/func_sysinfo.c
URL: http://svn.digium.com/view/asterisk/trunk/funcs/func_sysinfo.c?view=diff&rev=89439&r1=89438&r2=89439
==============================================================================
--- trunk/funcs/func_sysinfo.c (original)
+++ trunk/funcs/func_sysinfo.c Mon Nov 19 17:03:02 2007
@@ -91,6 +91,7 @@
 "  Options:\n"
 "    loadavg   - system load average from past minute\n"
 "    numcalls  - number of active calls currently in progress\n"
+#if defined(HAVE_SYSINFO)
 "    uptime    - system uptime in hours\n"
 "    totalram  - total usable main memory size in KiB\n"
 "    freeram   - available memory size in KiB\n"
@@ -98,6 +99,7 @@
 "    totalswap - total swap space size in KiB\n"
 "    freeswap  - free swap space still available in KiB\n"
 "    numprocs  - number of current processes\n",
+#endif /* HAVE_SYSINFO */
 };
 
 static int unload_module(void)




More information about the asterisk-commits mailing list