FreeCalypso > hg > themwi-system-sw
annotate librtpalloc/rtpmgr_resp.h @ 231:abb3f415b9dd
themwi-update-numdb2: check secondary numbers
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 14 Aug 2023 11:45:41 -0800 |
parents | f8c40090a0a8 |
children |
rev | line source |
---|---|
184
f8c40090a0a8
librtpalloc: new library for talking to themwi-rtp-mgr
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 /* |
f8c40090a0a8
librtpalloc: new library for talking to themwi-rtp-mgr
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 * The structure defined in this header file is returned by the |
f8c40090a0a8
librtpalloc: new library for talking to themwi-rtp-mgr
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 * collect_rtpmgr_resp() function, which is a wrapper around |
f8c40090a0a8
librtpalloc: new library for talking to themwi-rtp-mgr
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 * the mess of recvmsg with file descriptor passing. |
f8c40090a0a8
librtpalloc: new library for talking to themwi-rtp-mgr
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 */ |
f8c40090a0a8
librtpalloc: new library for talking to themwi-rtp-mgr
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 |
f8c40090a0a8
librtpalloc: new library for talking to themwi-rtp-mgr
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 struct rtp_alloc_resp_wrap { |
f8c40090a0a8
librtpalloc: new library for talking to themwi-rtp-mgr
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 struct rtp_alloc_resp resp; |
f8c40090a0a8
librtpalloc: new library for talking to themwi-rtp-mgr
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 unsigned resp_len; |
f8c40090a0a8
librtpalloc: new library for talking to themwi-rtp-mgr
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 int fd_buf[4]; |
f8c40090a0a8
librtpalloc: new library for talking to themwi-rtp-mgr
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 unsigned num_fd; |
f8c40090a0a8
librtpalloc: new library for talking to themwi-rtp-mgr
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 }; |