[sr-dev] git:master:f3992928: core: -x and -X command line parameter added to help message

Daniel-Constantin Mierla miconda at gmail.com
Tue Sep 29 08:51:34 CEST 2015


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-09-29T08:50:59+02:00

core: -x and -X command line parameter added to help message

---

Modified: main.c

---

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

---

diff --git a/main.c b/main.c
index 1eae997..3970db8 100644
--- a/main.c
+++ b/main.c
@@ -200,7 +200,11 @@ Options:\n\
     -O nr        Script optimization level (debugging option)\n\
     -a mode      Auto aliases mode: enable with yes or on,\n\
                   disable with no or off\n\
-    -A define    Add config pre-processor define (e.g., -A WITH_AUTH)\n"
+    -A define    Add config pre-processor define (e.g., -A WITH_AUTH)\n\
+    -x name      Specify internal manager for shared memory (shm)\n\
+                  - can be: fm, qm or tlsf\n\
+    -X name      Specify internal manager for private memory (pkg)\n\
+                  - if omitted, the one for shm is used\n"
 #ifdef STATS
 "    -s file     File to which statistics is dumped (disabled otherwise)\n"
 #endif




More information about the sr-dev mailing list