Re: [Nagios-devel] fix nagios' handling of nonblocking reads

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] fix nagios' handling of nonblocking reads

Post by Guest »

* 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]
Locked