aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSwarup Nayak <swarupnpvt@gmail.com>2018-08-27 18:23:11 +0530
committerSwarup Nayak <swarupnpvt@gmail.com>2018-08-27 18:26:23 +0530
commit5686565ee3b379c590a1a09a05c92db50d206add (patch)
treec02645b6c0d3f13bc39ba789aa45ecfedff57f7a /src
parent0c28fb6fca575d1cc8463725b8cd594a188c221a (diff)
Fix: unix socket path chnage to /var/log/nStack. Fix shared memory region name.
Change-Id: Iaf89bc8a327805fd831e0b871932086a5a4d5b94 Signed-off-by: Swarup Nayak <swarupnpvt@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/framework/lib_common_mem/common_buf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/framework/lib_common_mem/common_buf.c b/src/framework/lib_common_mem/common_buf.c
index 7bc6fc4..9d9a127 100644
--- a/src/framework/lib_common_mem/common_buf.c
+++ b/src/framework/lib_common_mem/common_buf.c
@@ -141,6 +141,7 @@ nscomm_pal_module_init (common_mem_pal_module_info * pinfo, u8 app_mode)
else
{
PARA1_SET (argv, tempargv, agindex, "nStackMain");
+ PARA2_SET (argv, tempargv, agindex, "--file-prefix", "nStackMain");
retVal = SPRINTF_S (tempbuf, PATA_STRLENT, "0x");
if (-1 == retVal)