relayd: share the same output directory handle accross sessions
[lttng-tools.git] / src / bin / lttng-relayd / tcp_keep_alive.h
1 #ifndef RELAYD_TCP_KEEP_ALIVE_H
2 #define RELAYD_TCP_KEEP_ALIVE_H
3
4 /*
5 * Copyright (C) 2017 - Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License, version 2 only,
9 * as published by the Free Software Foundation.
10 *
11 * This program is distributed in the hope that it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
14 * more details.
15 *
16 * You should have received a copy of the GNU General Public License along
17 * with this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */
20
21 #include <common/macros.h>
22
23 LTTNG_HIDDEN
24 int socket_apply_keep_alive_config(int socket_fd);
25
26 #endif /* RELAYD_TCP_KEEP_ALIVE_H */
This page took 0.029699 seconds and 4 git commands to generate.