summaryrefslogtreecommitdiff
path: root/src/offlinelogstorage/dlt_offline_logstorage.h
diff options
context:
space:
mode:
authorS. Hameed <shameed@jp.adit-jv.com>2016-03-16 14:40:52 +0900
committerGernot Wirschal <gernot.wirschal@bmw.de>2016-04-25 13:01:41 +0200
commit6f351f16630a4c9d2cdbfde79aca1fcf9a1c5885 (patch)
treee3f474d4e2689a01065595ce74843fcc72a10cb7 /src/offlinelogstorage/dlt_offline_logstorage.h
parentf0708b8e627b0149cc3b74ec8eb975752ca5bfcf (diff)
downloadDLT-daemon-6f351f16630a4c9d2cdbfde79aca1fcf9a1c5885.tar.gz
Offline logstorage: Refactor filter storage functionality to support general properties
Signed-off-by: S. Hameed <shameed@jp.adit-jv.com> Change-Id: I52c70f051c407e7b7e0281b1f48cdaf2f9dc5a47
Diffstat (limited to 'src/offlinelogstorage/dlt_offline_logstorage.h')
-rw-r--r--src/offlinelogstorage/dlt_offline_logstorage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/offlinelogstorage/dlt_offline_logstorage.h b/src/offlinelogstorage/dlt_offline_logstorage.h
index a844702..843fef2 100644
--- a/src/offlinelogstorage/dlt_offline_logstorage.h
+++ b/src/offlinelogstorage/dlt_offline_logstorage.h
@@ -111,6 +111,7 @@
#define DLT_OFFLINE_LOGSTORAGE_MAX_KEY_NUM 8
#define DLT_OFFLINE_LOGSTORAGE_CONFIG_SECTION "FILTER"
+#define DLT_OFFLINE_LOGSTORAGE_GENERAL_CONFIG_SECTION "GENERAL"
/* Offline Logstorage sync strategies */
#define DLT_LOGSTORAGE_SYNC_ON_MSG 0x00 /* default, on message sync */