4 * util routines for do the various select activities
6 * Copyright 1996 (c) D-J Koopman
11 * Revision 1.3 2000-07-20 14:16:00 minima
12 * can use Sourceforge now!
13 * added user->qra cleaning
14 * added 4 digit qra to user broadcast dxspots if available
16 * Revision 1.2 2000/03/26 14:22:59 djk
17 * removed some irrelevant log info
19 * Revision 1.1 2000/03/26 00:03:30 djk
22 * Revision 1.1 1997/01/03 23:44:31 djk
31 static char _sel_h_rcsid[] = "$Id$";
36 int cnum; /* from open */
37 short err; /* error flag, to delay closing if required */
38 short sort; /* this thing's sort */
39 short flags; /* fdset flags */
40 char *name; /* device name */
41 void *fcb; /* any fcb associated with this thing */
42 reft *msgbase; /* any messages for this port */
43 int (*handler)(); /* the handler for this thingy */
50 extern time_t sel_systime;
51 extern struct timeval sel_tv;
58 void sel_init(int, long, long); /* initialise the select thing */
59 void sel_run(); /* run the select multiplexor */
60 sel_t *sel_open(int, void *, char *, int (*)(), int, int);/* initialise a slot */
61 void sel_close(sel_t *);
62 int sel_error(sel_t *, int); /* set/clear error flag */