fdset1.cc (132B)
1 #include "fdset" 2 3 Fdset::Fdset (int t) : tsec(t), set() { 4 FD_ZERO(&readset); 5 FD_ZERO(&writeset); 6 FD_ZERO(&exceptset); 7 }
crossroadsGit mirror of https://crossroads.e-tunity.com/ | |
| git clone git://git.finwo.net/app/crossroads | |
| Log | Files | Refs | LICENSE |