From 5686565ee3b379c590a1a09a05c92db50d206add Mon Sep 17 00:00:00 2001 From: Swarup Nayak Date: Mon, 27 Aug 2018 18:23:11 +0530 Subject: Fix: unix socket path chnage to /var/log/nStack. Fix shared memory region name. Change-Id: Iaf89bc8a327805fd831e0b871932086a5a4d5b94 Signed-off-by: Swarup Nayak --- src/framework/lib_common_mem/common_buf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/framework') 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) -- cgit