FreeCalypso > hg > themwi-system-sw
view rtp-mgr/select.h @ 213:55ad0f4bb33c
themwi-test-mtc: print SDP emitted by new OsmoMSC
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 25 Jun 2023 14:16:53 -0800 |
parents | b79d6334f543 |
children |
line wrap: on
line source
/* extern declarations for select loop global variables */ extern fd_set select_for_read; extern void (*select_handlers[])(); extern void *select_data[];