summaryrefslogtreecommitdiff
path: root/src/console/dlt-control-common.h
diff options
context:
space:
mode:
authorDinh Cong Toan <toan.dinhcong@vn.bosch.com>2021-06-08 11:19:14 +0700
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2021-06-30 10:54:59 +0900
commit8770cbb37583b2c4654e582874d604ee50d8f68d (patch)
tree9e6e5158d234fa0fd2b7baceebc6ce1f30c0430d /src/console/dlt-control-common.h
parentd9fe0567cd2922a8a2b9114d11ebb593e09ac557 (diff)
downloadDLT-daemon-8770cbb37583b2c4654e582874d604ee50d8f68d.tar.gz
Update document and fix conversion warning
Signed-off-by: Dinh Cong Toan <toan.dinhcong@vn.bosch.com>
Diffstat (limited to 'src/console/dlt-control-common.h')
-rw-r--r--src/console/dlt-control-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/console/dlt-control-common.h b/src/console/dlt-control-common.h
index 697a927..d743a81 100644
--- a/src/console/dlt-control-common.h
+++ b/src/console/dlt-control-common.h
@@ -31,6 +31,7 @@
#define DLT_CTRL_ECUID_LEN 10
#define DLT_DAEMON_FLAG_MAX 256
+#define JSON_FILTER_NAME_SIZE 16 /* Size of buffer for the filter names in json filter files */
#define JSON_FILTER_SIZE 200 /* Size in bytes, that the definition of one filter with all parameters needs */
#ifndef pr_fmt
@@ -105,4 +106,4 @@ DltReturnValue dlt_json_filter_load(DltFilter *filter, const char *filename, int
*/
DltReturnValue dlt_json_filter_save(DltFilter *filter, const char *filename, int verbose);
#endif
-#endif \ No newline at end of file
+#endif