view rtp-mgr/select.h @ 6:191d58f5c24f

librtpalloc: port the simple client
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 21:10:01 +0000
parents 247f4bbde24c
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[];