[sr-dev] git:master: modules/ims_qos: Changed Rx event processor child from PROC_NOCHLDINIT to PROC_SIPINIT

Richard Good richard.good at smilecoms.com
Fri Jan 31 08:52:02 CET 2014


Module: sip-router
Branch: master
Commit: 0dc253581ee3c7699c69edac695379dd68b1a902
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0dc253581ee3c7699c69edac695379dd68b1a902

Author: Richard Good <richard.good at smilecoms.com>
Committer: Richard Good <richard.good at smilecoms.com>
Date:   Fri Jan 31 09:48:02 2014 +0200

modules/ims_qos: Changed Rx event processor child from PROC_NOCHLDINIT to PROC_SIPINIT

---

 modules/ims_qos/mod.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/ims_qos/mod.c b/modules/ims_qos/mod.c
index 16d522e..22e008a 100644
--- a/modules/ims_qos/mod.c
+++ b/modules/ims_qos/mod.c
@@ -245,7 +245,7 @@ static int mod_child_init(int rank) {
     LM_DBG("Initialization of module in child [%d] \n", rank);
 
     if (rank == PROC_MAIN) {
-        int pid = fork_process(PROC_NOCHLDINIT, "Rx Event Processor", 1);
+        int pid = fork_process(PROC_SIPINIT, "Rx Event Processor", 1);
         if (pid < 0)
             return -1; //error
         if (pid == 0) {




More information about the sr-dev mailing list