summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2019-05-28 16:44:53 +0900
committerSaya Sugiura <ssugiura@jp.adit-jv.com>2019-06-18 17:22:09 +0900
commitc0de69bdfcce3b42bf5450cd57799b117b4ad93f (patch)
tree3359c09bfa41d08551e5173683bef65e6f4908bf /include
parent19098107703b211e93122b3fea8035355c021c23 (diff)
downloadDLT-daemon-c0de69bdfcce3b42bf5450cd57799b117b4ad93f.tar.gz
Remove dlt_forward_msg
Since dlt_forward_msg() is not used anywhere, we will remove it. Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'include')
-rw-r--r--include/dlt/dlt_user.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/dlt/dlt_user.h b/include/dlt/dlt_user.h
index a5199b4..c7a9949 100644
--- a/include/dlt/dlt_user.h
+++ b/include/dlt/dlt_user.h
@@ -825,14 +825,6 @@ DltReturnValue dlt_log_raw(DltContext *handle, DltLogLevelType loglevel, void *d
DltReturnValue dlt_log_marker();
/**
- * Forward a complete DLT message to the DLT daemon
- * @param msgdata Message data of DLT message
- * @param size Size of DLT message
- * @return Value from DltReturnValue enum
- */
-DltReturnValue dlt_forward_msg(void *msgdata, size_t size);
-
-/**
* Get the total size and available size of the shared memory buffer between daemon and applications.
* This information is useful to control the flow control between applications and daemon.
* For example only 50% of the buffer should be used for file transfer.