X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Ftcp_keep_alive.hpp;fp=src%2Fbin%2Flttng-relayd%2Ftcp_keep_alive.hpp;h=840730f60e40d8c8b78ade6b930aed04a541738e;hp=0000000000000000000000000000000000000000;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/src/bin/lttng-relayd/tcp_keep_alive.hpp b/src/bin/lttng-relayd/tcp_keep_alive.hpp new file mode 100644 index 000000000..840730f60 --- /dev/null +++ b/src/bin/lttng-relayd/tcp_keep_alive.hpp @@ -0,0 +1,15 @@ +/* + * Copyright (C) 2017 Jonathan Rajotte + * + * SPDX-License-Identifier: GPL-2.0-only + * + */ + +#ifndef RELAYD_TCP_KEEP_ALIVE_H +#define RELAYD_TCP_KEEP_ALIVE_H + +#include + +int socket_apply_keep_alive_config(int socket_fd); + +#endif /* RELAYD_TCP_KEEP_ALIVE_H */