aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/config/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/config/command.h')
-rw-r--r--hicn-light/src/hicn/config/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hicn-light/src/hicn/config/command.h b/hicn-light/src/hicn/config/command.h
index c0e3e66e8..4cc770e0d 100644
--- a/hicn-light/src/hicn/config/command.h
+++ b/hicn-light/src/hicn/config/command.h
@@ -13,6 +13,7 @@
/* Update sscanf accordingly in parse_cmd.c */
#define MAX_PARAMETERS 10
+#define MAX_SCANF_PARAM_LEN 10
typedef int (*parser_hook_t)(void * arg);