summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_user.h
diff options
context:
space:
mode:
authorManikandanC <Manikandan.Chockalingam@in.bosch.com>2017-06-16 16:39:55 +0530
committerManikandan C <mchockalingam@de.adit-jv.com>2018-12-10 18:38:19 +0100
commitf5863cfb0b452ee1fb1077009cffda64db2cfacf (patch)
treee70de342e57af9e7f20dfcd7d3e45c2f8d4d5cfd /include/dlt/dlt_user.h
parentb2ce65d9947849160e04e751075c7fe4b5dcd158 (diff)
downloadDLT-daemon-f5863cfb0b452ee1fb1077009cffda64db2cfacf.tar.gz
Injection: New callback with private data Added new injection callback with private data as argument
Signed-off-by: ManikandanC <Manikandan.Chockalingam@in.bosch.com>
Diffstat (limited to 'include/dlt/dlt_user.h')
-rw-r--r--include/dlt/dlt_user.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dlt/dlt_user.h b/include/dlt/dlt_user.h
index 8e676c6..f8691d7 100644
--- a/include/dlt/dlt_user.h
+++ b/include/dlt/dlt_user.h
@@ -127,6 +127,8 @@ typedef struct
{
uint32_t service_id;
int (*injection_callback)(uint32_t service_id, void *data, uint32_t length);
+ int (*injection_callback_with_id)(uint32_t service_id, void *data, uint32_t length, void *priv_data);
+ void *data;
} DltUserInjectionCallback;
typedef struct