Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!uunet!convex!eroberts From: eroberts@convex.com (Evan Roberts) Newsgroups: comp.lang.c++ Subject: Re: NIH class library Keywords: NIHCL Message-ID: Date: 26 Apr 91 20:13:41 GMT References: <1991Apr26.094237@ibmpa.awdpa.ibm.com> Sender: newsadm@convex.com (news access account) Organization: Convex Computer Corporation, Richardson, Tx. Lines: 10 Nntp-Posting-Host: orion.convex.com In <1991Apr26.094237@ibmpa.awdpa.ibm.com> mimivo@ibmpa.awdpa.ibm.com (Mimi Phu+o+ng-Tha?o Vo~) writes: >Does anyone know what is "fd_set" used in FDSet.h of NIHCL? When using the select(2) system call a bit string is returned when a file descriptor can support I/O with out blocking. The structure defined for this bit string is called fd_set. It is defined in /usr/include/sys/types.h See the man page on select(2) Evan R.