[Bug 14407] New: wineserver should support Solaris event completion framework (event ports)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 10 16:44:39 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14407

           Summary: wineserver should support Solaris event completion
                    framework (event ports)
           Product: Wine
           Version: 1.0.0
          Platform: Other
        OS/Version: Solaris
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: wineserver
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: trisk+winehq at acm.jhu.edu


Created an attachment (id=14721)
 --> (http://bugs.winehq.org/attachment.cgi?id=14721)
Add event completion support to wineserver

wineserver's event loop can be driven by select() or by asynchronous event
mechanisms such as epoll and kqueue. wineserver currently does not support the
event completion framework (event ports) that appeared in Solaris 10, a generic
API for asynchronous I/O that supersedes /dev/poll.

This patch adds the support.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list