summaryrefslogtreecommitdiff
path: root/src/daemon/dlt_daemon_event_handler.c
diff options
context:
space:
mode:
authorManikandan C <mchockalingam@de.adit-jv.com>2018-11-14 14:08:34 +0100
committerChristoph Lipka <clipka@users.noreply.github.com>2018-12-06 10:54:25 +0100
commitf50cd0544d70c837d68a28316d2141c5a650db91 (patch)
tree387aa7bff77959f5480c5545383c5383b7ab0798 /src/daemon/dlt_daemon_event_handler.c
parent73180fc762f015935950f697822710af3f5bd23d (diff)
downloadDLT-daemon-f50cd0544d70c837d68a28316d2141c5a650db91.tar.gz
rename #define STATIC to DLT_STATIC
Signed-off-by: ManikandanC <Manikandan.Chockalingam@in.bosch.com>
Diffstat (limited to 'src/daemon/dlt_daemon_event_handler.c')
-rw-r--r--src/daemon/dlt_daemon_event_handler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/dlt_daemon_event_handler.c b/src/daemon/dlt_daemon_event_handler.c
index 2410565..35b85c0 100644
--- a/src/daemon/dlt_daemon_event_handler.c
+++ b/src/daemon/dlt_daemon_event_handler.c
@@ -341,7 +341,7 @@ DltConnection *dlt_event_handler_find_connection(DltEventHandler *ev,
*
* @return 0 on success, -1 if the connection is not found.
*/
-STATIC int dlt_daemon_remove_connection(DltEventHandler *ev,
+DLT_STATIC int dlt_daemon_remove_connection(DltEventHandler *ev,
DltConnection *to_remove)
{
if (ev == NULL || to_remove == NULL)
@@ -417,7 +417,7 @@ void dlt_event_handler_cleanup_connections(DltEventHandler *ev)
* @param ev The event handler structure where the connection list is.
* @param connection The connection to be added.
*/
-STATIC void dlt_daemon_add_connection(DltEventHandler *ev,
+DLT_STATIC void dlt_daemon_add_connection(DltEventHandler *ev,
DltConnection *connection)
{