summaryrefslogtreecommitdiff
path: root/src/system/dlt-system-log.h
diff options
context:
space:
mode:
authorAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-13 11:01:42 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2011-10-13 11:01:42 +0200
commita0e2ed4fe47ac42f831e1c0c3524ba1b86ccdf71 (patch)
tree6490377092c6d02347aca2ae598400b8a4f8043a /src/system/dlt-system-log.h
parent3272e8e16749b58d13e72e9a3fcadab16550ea71 (diff)
downloadDLT-daemon-a0e2ed4fe47ac42f831e1c0c3524ba1b86ccdf71.tar.gz
Enhanced process information logging.
Diffstat (limited to 'src/system/dlt-system-log.h')
-rw-r--r--src/system/dlt-system-log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system/dlt-system-log.h b/src/system/dlt-system-log.h
index 3081b5c..6eb8d62 100644
--- a/src/system/dlt-system-log.h
+++ b/src/system/dlt-system-log.h
@@ -5,6 +5,6 @@ extern void dlt_system_filetransfer_init(DltSystemOptions *options,DltSystemRunt
extern void dlt_system_filetransfer_run(DltSystemOptions *options,DltSystemRuntime *runtime,DltContext *context);
extern void dlt_system_log_file(DltSystemOptions *options,DltContext *context,int num);
-extern void dlt_system_log_processes(DltSystemOptions *options,DltContext *context);
+extern void dlt_system_log_process(DltSystemOptions *options,DltContext *context,int num);
#endif /* DLT_SYSTEM_LOG_H */