Module: kamailio Branch: master Commit: b727c99b8e74feec6ad1af0d01b2f4e46200ef46 URL: https://github.com/kamailio/kamailio/commit/b727c99b8e74feec6ad1af0d01b2f4e4...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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/b727c99b8e74feec6ad1af0d01b2f4e4... Patch: https://github.com/kamailio/kamailio/commit/b727c99b8e74feec6ad1af0d01b2f4e4...
---
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){