Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-relayd / tcp_keep_alive.hpp
... / ...
CommitLineData
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.hpp>
12
13int socket_apply_keep_alive_config(int socket_fd);
14
15#endif /* RELAYD_TCP_KEEP_ALIVE_H */
This page took 0.022303 seconds and 4 git commands to generate.