FreeCalypso > hg > themwi-system-sw
comparison librtpalloc/rtpmgr_resp.h @ 184:f8c40090a0a8
librtpalloc: new library for talking to themwi-rtp-mgr
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 11 Mar 2023 23:48:14 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
183:3962d9345a09 | 184:f8c40090a0a8 |
---|---|
1 /* | |
2 * The structure defined in this header file is returned by the | |
3 * collect_rtpmgr_resp() function, which is a wrapper around | |
4 * the mess of recvmsg with file descriptor passing. | |
5 */ | |
6 | |
7 struct rtp_alloc_resp_wrap { | |
8 struct rtp_alloc_resp resp; | |
9 unsigned resp_len; | |
10 int fd_buf[4]; | |
11 unsigned num_fd; | |
12 }; |