FreeCalypso > hg > themwi-system-sw
view rtp-mgr/select.h @ 229:626824449ddf
themwi-update-numdb2: add test-sink support
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 14 Aug 2023 10:41:23 -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[];