sessiond: notification: synchronize notification client (and list)
[lttng-tools.git] / src / bin / lttng-relayd / tcp_keep_alive.h
... / ...
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.h>
12
13LTTNG_HIDDEN
14int socket_apply_keep_alive_config(int socket_fd);
15
16#endif /* RELAYD_TCP_KEEP_ALIVE_H */
This page took 0.023173 seconds and 5 git commands to generate.