X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-relayd%2Ftcp_keep_alive.h;h=223602835519c35ec5f7dfb09f4efae9d1ca52e1;hp=b3ac194e085fa081aa2fe65946884da321b7476f;hb=HEAD;hpb=f056029cc220cf6f218a29d48d9720f6603302bf diff --git a/src/bin/lttng-relayd/tcp_keep_alive.h b/src/bin/lttng-relayd/tcp_keep_alive.h deleted file mode 100644 index b3ac194e0..000000000 --- a/src/bin/lttng-relayd/tcp_keep_alive.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef RELAYD_TCP_KEEP_ALIVE_H -#define RELAYD_TCP_KEEP_ALIVE_H - -/* - * Copyright (C) 2017 - Jonathan Rajotte - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 only, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#include - -LTTNG_HIDDEN -int socket_apply_keep_alive_config(int socket_fd); - -#endif /* RELAYD_TCP_KEEP_ALIVE_H */