summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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