view mgw/select.h @ 65:7c0309df59f8

sip-in: handling of ALERTING state
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 18 Sep 2022 15:44:22 -0800
parents b3f74df7b808
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[];