Results 1 to 1 of 1
Hi,
Can anyone tell me what are the data members of the fd_set structure that is used for the select system call in Linux.
In windows environment the fd_set structure ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-23-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 8
fd_set on Linux
Hi,
Can anyone tell me what are the data members of the fd_set structure that is used for the select system call in Linux.
In windows environment the fd_set structure contains fd_array and fd_count. But in Linux the gcc compiler complains that there are no such data members in fd_set structure.


Reply With Quote
