[PATCH 10/12] server: Introduce get_next_console_request request.

Jacek Caban jacek at codeweavers.com
Thu Aug 20 16:50:47 CDT 2020


Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---

I considered using ioctl for this instead of server request (in fact, my 
first implementation used that), but it required rather unpleasant 
messing with ioctl buffers to pass additional informations for 
server<->conhost connection.

This will need to be extended for:
- blocking read calls
I will queue them on server side and pass only one at the time to conhost.
- screen buffer calls
We may have multiple screen buffers for each console, so we will need to 
pass screen buffer ids to conhost and add additional calls for tracking 
them.

    server/console.c    | 87 +++++++++++++++++++++++++++++++++++++++++++++
    server/protocol.def | 13 +++++++
    2 files changed, 100 insertions(+)




-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0010-server-Introduce-get_next_console_request-request.txt
Type: text/x-patch
Size: 4302 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200820/64d5db48/attachment.bin>


More information about the wine-devel mailing list