view librtpalloc/rtpmgr_resp.h @ 206:c76f42e0cd3f

osmo-patches/osmo-bts-rtp-bfi.patch: mark as deprecated
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Apr 2023 20:51:30 -0800
parents f8c40090a0a8
children
line wrap: on
line source

/*
 * The structure defined in this header file is returned by the
 * collect_rtpmgr_resp() function, which is a wrapper around
 * the mess of recvmsg with file descriptor passing.
 */

struct rtp_alloc_resp_wrap {
	struct rtp_alloc_resp resp;
	unsigned	resp_len;
	int		fd_buf[4];
	unsigned	num_fd;
};