diff options
author | Vo Trung Chi <Chi.VoTrung@vn.bosch.com> | 2019-07-25 10:40:14 +0700 |
---|---|---|
committer | Saya Sugiura <39760799+ssugiura@users.noreply.github.com> | 2019-09-13 08:48:31 +0900 |
commit | fca93d9445c9714b5e266996e43dba349ae43e3a (patch) | |
tree | 9c42e5319702a2fa922335612b6d073929957ad9 /include | |
parent | b1193fa1f3b48587666202f513d9bfba719fdc6a (diff) | |
download | DLT-daemon-fca93d9445c9714b5e266996e43dba349ae43e3a.tar.gz |
console: Add get sw version control msg
dlt-control command is extended to send get software version control
message.
e.g: dlt-control -k localhost
Signed-off-by: Vo Trung Chi <Chi.VoTrung@vn.bosch.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/dlt/dlt_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index 2eec4d2..1215041 100644 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -640,7 +640,7 @@ typedef struct uint32_t service_id; /**< service ID */ uint8_t status; /**< reponse status */ uint32_t length; /**< length of following payload */ - /*char [] payload;*/ + char *payload; /**< payload */ } PACKED DltServiceGetSoftwareVersionResponse; /** |