summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2019-09-06 14:13:20 +0900
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2019-09-13 08:49:53 +0900
commita3be75bc16e84b37ba9fbe9b6795262ebb32e63c (patch)
treed4d48f571fe9a2d67ae1702c26ef4486a21cbe00 /include
parente70cd291bfc15a4b6d2c170a204592d2256c069e (diff)
downloadDLT-daemon-a3be75bc16e84b37ba9fbe9b6795262ebb32e63c.tar.gz
common: Remove unused structure
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'include')
-rw-r--r--include/dlt/dlt_common.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h
index 1215041..a418e7d 100644
--- a/include/dlt/dlt_common.h
+++ b/include/dlt/dlt_common.h
@@ -698,20 +698,6 @@ typedef struct
} PACKED DltServiceOfflineLogstorage;
/**
- * The structure of DLT Service Get Filter Config
- */
-typedef struct
-{
- uint32_t service_id; /**< service ID */
- uint8_t status; /**< response status */
- char name[DLT_ENTRY_MAX]; /**< config name */
- uint32_t level; /**< filter level */
- uint32_t client_mask; /**< client mask */
- uint32_t ctrl_mask; /**< control message mask */
- char injections[DLT_ENTRY_MAX]; /**< list of injections */
-} PACKED DltServiceGetCurrentFilterInfo;
-
-/**
* The structure of DLT Service Passive Node Connect
*/
typedef struct