[sr-dev] git:master:b727c99b: core: explictely present the main process in description

Daniel-Constantin Mierla miconda at gmail.com
Wed Jan 27 15:49:04 CET 2016


Module: kamailio
Branch: master
Commit: b727c99b8e74feec6ad1af0d01b2f4e46200ef46
URL: https://github.com/kamailio/kamailio/commit/b727c99b8e74feec6ad1af0d01b2f4e46200ef46

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2016-01-27T15:48:10+01:00

core: explictely present the main process in description

- along with existing attendant description

---

Modified: main.c

---

Diff:  https://github.com/kamailio/kamailio/commit/b727c99b8e74feec6ad1af0d01b2f4e46200ef46.diff
Patch: https://github.com/kamailio/kamailio/commit/b727c99b8e74feec6ad1af0d01b2f4e46200ef46.patch

---

diff --git a/main.c b/main.c
index bc1e07c..51a52a7 100644
--- a/main.c
+++ b/main.c
@@ -1703,7 +1703,7 @@ int main_loop(void)
 		}
 #endif
 		/* main */
-		strncpy(pt[0].desc, "attendant", MAX_PT_DESC );
+		strncpy(pt[0].desc, "main process - attendant", MAX_PT_DESC );
 #ifdef USE_TCP
 		close_extra_socks(PROC_ATTENDANT, get_proc_no());
 		if(!tcp_disable){




More information about the sr-dev mailing list