Re: [Nagios-devel] fix nagios' handling of nonblocking reads
Posted: Sat Jan 10, 2009 4:20 pm
* Henning Brauer [2009-01-09 16:04]:
> + pfd.fd = fd[0];
> + pfd.revents = POLLIN;
that should be pfd.events, not revents, of course...
--
Henning Brauer, [email protected], [email protected]
BS Web Services, http://bsws.de
Full-Service ISP - Secure Hosting, Mail and DNS Services
Dedicated Servers, Rootservers, Application Hosting - Hamburg & Amsterdam
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
> + pfd.fd = fd[0];
> + pfd.revents = POLLIN;
that should be pfd.events, not revents, of course...
--
Henning Brauer, [email protected], [email protected]
BS Web Services, http://bsws.de
Full-Service ISP - Secure Hosting, Mail and DNS Services
Dedicated Servers, Rootservers, Application Hosting - Hamburg & Amsterdam
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]