/* * * share/src/libCom/$Id$ * * A file descriptor manager for use with the UNIX system call select * * Author Jeffrey O. Hill * hill@luke.lanl.gov * 505 665 1831 * * Experimental Physics and Industrial Control System (EPICS) * * Copyright 1991, the Regents of the University of California, * and the University of Chicago Board of Governors. * * This software was produced under U.S. Government contracts: * (W-7405-ENG-36) at the Los Alamos National Laboratory, * and (W-31-109-ENG-38) at Argonne National Laboratory. * * Initial development by: * The Controls and Automation Group (AT-8) * Ground Test Accelerator * Accelerator Technology Division * Los Alamos National Laboratory * * Co-developed with * The Controls and Computing Group * Accelerator Systems Division * Advanced Photon Source * Argonne National Laboratory * * * * * * * History * .01 joh 071890 written - uses lots of memory and could be * slow with many fds * .02 joh 110990 Added alarms * .03 joh 110990 now uses the number of fd the system is * configured for- a linked list would be faster * and use less memory * .04 joh 050291 Now uses a linked list entry for each fd * .05 rac 062891 get and