summaryrefslogtreecommitdiff
path: root/src/daemon/dlt-daemon.h
diff options
context:
space:
mode:
authorAlexander Mohr <alexander.m.mohr@mercedes-benz.com>2022-08-10 11:11:32 +0200
committerGitHub <noreply@github.com>2022-08-10 16:11:32 +0700
commitfcc59cece4dc19311ed15d2ac70af7dfead7cca6 (patch)
tree0853765949725a8d8d9763621e7ad50fe956de53 /src/daemon/dlt-daemon.h
parent4ea28ce72e62039a1032bc9c8c2b8b68d0ce8af3 (diff)
downloadDLT-daemon-fcc59cece4dc19311ed15d2ac70af7dfead7cca6.tar.gz
enforce-trace-limit: ContextLogLevel is now enforced in the daemon (#382)
if an application sends a message with a level below context level and the level enforcement is on, the message will be dropped Signed-off-by: Alexander Mohr <alexander.m.mohr@mercedes-benz.com>
Diffstat (limited to 'src/daemon/dlt-daemon.h')
-rw-r--r--src/daemon/dlt-daemon.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/daemon/dlt-daemon.h b/src/daemon/dlt-daemon.h
index 7a4b29c..071562f 100644
--- a/src/daemon/dlt-daemon.h
+++ b/src/daemon/dlt-daemon.h
@@ -249,6 +249,9 @@ int dlt_daemon_process_user_message_log(DltDaemon *daemon,
DltDaemonLocal *daemon_local,
DltReceiver *rec,
int verbose);
+
+bool enforce_context_ll_and_ts_keep_message(DltDaemonLocal *daemon_local);
+
int dlt_daemon_process_user_message_set_app_ll_ts(DltDaemon *daemon,
DltDaemonLocal *daemon_local,
DltReceiver *rec,
@@ -270,4 +273,3 @@ int create_timer_fd(DltDaemonLocal *daemon_local, int period_sec, int starts_in,
int dlt_daemon_close_socket(int sock, DltDaemon *daemon, DltDaemonLocal *daemon_local, int verbose);
#endif /* DLT_DAEMON_H */
-