Module: kamailio Branch: master Commit: b727c99b8e74feec6ad1af0d01b2f4e46200ef46 URL: https://github.com/kamailio/kamailio/commit/b727c99b8e74feec6ad1af0d01b2f4e46200ef46
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> 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){ _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
