Przeglądaj źródła

modules/ims_qos: Changed Rx event process from PROC_SIPINIT to PROC_MIN

Richard Good 11 lat temu
rodzic
commit
c78d1ce9d3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      modules/ims_qos/mod.c

+ 1 - 1
modules/ims_qos/mod.c

@@ -232,7 +232,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_SIPINIT, "Rx Event Processor", 1);
+	int pid = fork_process(PROC_MIN, "Rx Event Processor", 1);
         if (pid < 0)
             return -1; //error
         if (pid == 0) {