summaryrefslogtreecommitdiff
path: root/src/daemon/udp_connection/dlt_daemon_udp_socket.h
blob: 96d33aa8c97fa001f07923baa6dfb8223093158c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * Copyright (c) 2019 LG Electronics Inc.
 * SPDX-License-Identifier: MPL-2.0
 *
 * This file is part of GENIVI Project DLT - Diagnostic Log and Trace.
 * If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * For further information see http://www.genivi.org/.
 */

/*!
 * \author
 * Guruprasad KN <guruprasad.kn@lge.com>
 * Sachin Sudhakar Shetty <sachin.shetty@lge.com>
 * Sunil Kovila Sampath <sunil.s@lge.com>
 *
 * \Copyright (c) 2019 LG Electronics Inc.
 * License MPL-2.0: Mozilla Public License version 2.0 http://mozilla.org/MPL/2.0/.
 *
 * \file dlt_daemon_udp_socket.h
 */

#ifndef DLT_DAEMON_UDP_SOCKET_H
#define DLT_DAEMON_UDP_SOCKET_H

#include "dlt-daemon.h"

DltReturnValue dlt_daemon_udp_connection_setup(DltDaemonLocal *daemon_local);
void dlt_daemon_udp_dltmsg_multicast(void *data1, int size1, void *data2, int size2,
                                     int verbose);
#endif /* DLT_DAEMON_UDP_SOCKET_H */