diff options
author | Yalei Wang <william.wangyalei@huawei.com> | 2018-07-27 17:23:49 +0800 |
---|---|---|
committer | Yalei Wang <william.wangyalei@huawei.com> | 2018-07-28 08:49:14 +0800 |
commit | 74473a500b7c3dc38aec7f6eb3146bd5287fa52c (patch) | |
tree | 81911323e263eacaa04a2c3bcb4069bea7cfc97a /src/nSocket/nstack/nstack_module.h | |
parent | 97bf4e9ca99f1343288cbe0e2fafdaee1cb6fc8b (diff) |
Refactor: enlarge the buf for parsing the lib path
Also add some minor fix for rpm install error check
Change-Id: Id190d1caea888c0c19c0d1162265175e5a4e2a58
Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
Diffstat (limited to 'src/nSocket/nstack/nstack_module.h')
-rw-r--r-- | src/nSocket/nstack/nstack_module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nSocket/nstack/nstack_module.h b/src/nSocket/nstack/nstack_module.h index 70b838f..00d0343 100644 --- a/src/nSocket/nstack/nstack_module.h +++ b/src/nSocket/nstack/nstack_module.h @@ -46,7 +46,7 @@ extern "C"{ #define NSTACK_EP_FREE_NEED_REF 1 /*when epoll information free, need to wait that stack would not notify event */ #define NSTACK_EP_FREE_NONEED_REF 0 -#define MODULE_NAME_MAX 64 +#define MODULE_NAME_MAX 128 typedef struct __NSTACK_MODULE_KEYS { |