summaryrefslogtreecommitdiff
path: root/include/dlt/dlt_user.h
diff options
context:
space:
mode:
authorS. Hameed <shameed@jp.adit-jv.com>2016-10-12 11:51:03 +0900
committerChristoph Lipka <clipka@jp.adit-jv.com>2016-10-24 13:39:55 +0900
commitb138ea9b87c25df4b77cf7fa1b0cf3daf711d22b (patch)
treea082c9257a8a0135d47a89d3db0547268b2248f5 /include/dlt/dlt_user.h
parent5b8dc12fa357eb6bc121970628419971ccf3bde6 (diff)
downloadDLT-daemon-b138ea9b87c25df4b77cf7fa1b0cf3daf711d22b.tar.gz
Remove C99 style comments in include directory
Signed-off-by: Christoph Lipka <clipka@jp.adit-jv.com>
Diffstat (limited to 'include/dlt/dlt_user.h')
-rw-r--r--include/dlt/dlt_user.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/dlt/dlt_user.h b/include/dlt/dlt_user.h
index 792ebbe..326a733 100644
--- a/include/dlt/dlt_user.h
+++ b/include/dlt/dlt_user.h
@@ -151,7 +151,7 @@ typedef struct
DltUserInjectionCallback *injection_table; /**< Table with pointer to injection functions and service ids */
uint32_t nrcallbacks;
- // Log Level changed callback
+ /* Log Level changed callback */
void (*log_level_changed_callback) (char context_id[DLT_ID_SIZE],uint8_t log_level,uint8_t trace_status);
} dlt_ll_ts_type;
@@ -220,10 +220,8 @@ typedef struct
0 not connected,
-1 unknown */
- //DltRingBuffer rbuf;
DltBuffer startup_buffer; /**< Ring-buffer for buffering messages during startup and missing connection */
-
- // Buffer used for resending, locked by DLT semaphore
+ /* Buffer used for resending, locked by DLT semaphore */
uint8_t resend_buffer[DLT_USER_RESENDBUF_MAX_SIZE];
uint32_t timeout_at_exit_handler; /**< timeout used in dlt_user_atexit_blow_out_user_buffer, in 0.1 milliseconds */