Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-relayd / tcp_keep_alive.hpp
CommitLineData
f056029c 1/*
ab5be9fa 2 * Copyright (C) 2017 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
f056029c 3 *
ab5be9fa 4 * SPDX-License-Identifier: GPL-2.0-only
f056029c 5 *
f056029c
JR
6 */
7
ab5be9fa
MJ
8#ifndef RELAYD_TCP_KEEP_ALIVE_H
9#define RELAYD_TCP_KEEP_ALIVE_H
10
c9e313bc 11#include <common/macros.hpp>
f056029c 12
f056029c
JR
13int socket_apply_keep_alive_config(int socket_fd);
14
15#endif /* RELAYD_TCP_KEEP_ALIVE_H */
This page took 0.043375 seconds and 4 git commands to generate.