aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-08 22:08:44 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-08 22:08:44 +0000
commit6b30a865c0d0f4636253df8ade3ff54fd73144e0 (patch)
treeab0f93d335fa01663e8cd9a93e35858acd85f1e8 /doc
parentac345f47db894eb572e05687104b968c772a379a (diff)
Add sigaction janitor
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@199696 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/janitor-projects.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/janitor-projects.txt b/doc/janitor-projects.txt
index a43f9c957..4348c0c7e 100644
--- a/doc/janitor-projects.txt
+++ b/doc/janitor-projects.txt
@@ -32,3 +32,5 @@
-- Audit all channel/res/app/etc. modules to ensure that they do not register any entrypoints with the Asterisk core until after they are ready to service requests; all config file reading/processing, structure allocation, etc. must be completed before Asterisk is made aware of any services the module offers.
-- Ensure that Realtime-enabled modules do not depend on the order of columns returned by the database lookup (example: outboundproxy and host settings in chan_sip).
+
+ -- Convert all usage of the signal(2) system API to the more portable sigaction(2) system API.