X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Finet6.h;fp=src%2Fcommon%2Fsessiond-comm%2Finet6.h;h=0000000000000000000000000000000000000000;hp=b292848e3a42c487e93e7f3a446759c04a9bb83e;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/src/common/sessiond-comm/inet6.h b/src/common/sessiond-comm/inet6.h deleted file mode 100644 index b292848e3..000000000 --- a/src/common/sessiond-comm/inet6.h +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Copyright (C) 2012 David Goulet - * - * SPDX-License-Identifier: GPL-2.0-only - * - */ - -#ifndef _LTTCOMM_INET6_H -#define _LTTCOMM_INET6_H - -#include - -#include "sessiond-comm.h" - -/* Stub */ -struct lttcomm_sock; - -/* Net family callback */ -extern int lttcomm_create_inet6_sock(struct lttcomm_sock *sock, int type, - int proto); - -extern struct lttcomm_sock *lttcomm_accept_inet6_sock( - struct lttcomm_sock *sock); -extern int lttcomm_bind_inet6_sock(struct lttcomm_sock *sock); -extern int lttcomm_close_inet6_sock(struct lttcomm_sock *sock); -extern int lttcomm_connect_inet6_sock(struct lttcomm_sock *sock); -extern int lttcomm_listen_inet6_sock(struct lttcomm_sock *sock, int backlog); - -extern ssize_t lttcomm_recvmsg_inet6_sock(struct lttcomm_sock *sock, void *buf, - size_t len, int flags); -extern ssize_t lttcomm_sendmsg_inet6_sock(struct lttcomm_sock *sock, - const void *buf, size_t len, int flags); - -#endif /* _LTTCOMM_INET6_H */