This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

added poll function




Hello,

There are some previous posts about adding the poll function, but I don't see it
anywhere.  I added a poll function that works very similar to select but should
be a little faster than select.  Since it uses some of the select function's
data structures, I put poll in select.cxx and added poll.h.  Currently, it only
handles a couple events (like select).

I have only done a little testing.  Please let me know if something is not right
(I don't have a lot of experience with poll).

Thanks,
Wade

(See attached file: patch.poll)(See attached file: poll.h)


Inter-Tel -- Your Connection to the Future
http://www.inter-tel.com

Attachment: patch.poll
Description: Binary data

Attachment: poll.h
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]