docs: Add supported versions and fix-backport policy
[lttng-tools.git] / src / bin / lttng-relayd / tcp_keep_alive.h
1 /*
2 * Copyright (C) 2017 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8 #ifndef RELAYD_TCP_KEEP_ALIVE_H
9 #define RELAYD_TCP_KEEP_ALIVE_H
10
11 #include <common/macros.h>
12
13 int socket_apply_keep_alive_config(int socket_fd);
14
15 #endif /* RELAYD_TCP_KEEP_ALIVE_H */
This page took 0.028743 seconds and 4 git commands to generate.