view librtpalloc/rtpmgr_resp.h @ 0:35c0d9f03c0a

beginning with sipout-test-voice, a copy of sip-manual-out from themwi-system-sw
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 03 Mar 2024 23:20:19 -0800
parents
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;
};