Sweden-Number/server
Jinoh Kang 731a968003 server: Replace redundant send_socket status fields with force_async boolean field.
The 'status' field of send_socket_request is always either
STATUS_PENDING or STATUS_DEVICE_NOT_READY, and the 'total' field is
always zero.

Replace the 'status' field with 'force_async' boolean field, and get rid
of the 'total' field entirely.

Also, clean up the send_socket handler code a bit.

Signed-off-by: Jinoh Kang <jinoh.kang.kr@gmail.com>
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-25 18:30:28 +01:00
..
Makefile.in
async.c server: Allow async completion callback to retrieve status on synchronous failure. 2022-03-25 18:28:24 +01:00
atom.c
change.c
class.c
clipboard.c
completion.c
console.c kernelbase: Support CONSOLE_READCONSOLE_CONTROL in ReadConsoleW. 2022-03-01 22:41:15 +01:00
debugger.c
device.c server: Always close previous IRP handle. 2022-03-14 12:00:48 +01:00
directory.c
event.c
fd.c
file.c
file.h
handle.c
handle.h
hook.c
mach.c
mailslot.c
main.c
mapping.c
mutex.c
named_pipe.c
object.c
object.h
process.c
process.h
procfs.c
protocol.def server: Replace redundant send_socket status fields with force_async boolean field. 2022-03-25 18:30:28 +01:00
ptrace.c
queue.c
region.c
registry.c
request.c
request.h server: Replace redundant send_socket status fields with force_async boolean field. 2022-03-25 18:30:28 +01:00
security.h
semaphore.c
serial.c
signal.c
sock.c server: Replace redundant send_socket status fields with force_async boolean field. 2022-03-25 18:30:28 +01:00
symlink.c
thread.c
thread.h
timer.c
token.c
trace.c server: Replace redundant send_socket status fields with force_async boolean field. 2022-03-25 18:30:28 +01:00
unicode.c
unicode.h
user.c
user.h server: Make window struct a server object. 2022-02-09 18:37:32 +01:00
window.c server: Store all 64 bits of window id. 2022-02-10 18:15:04 +01:00
wineserver.de.UTF-8.man.in
wineserver.fr.UTF-8.man.in
wineserver.man.in
winstation.c server: Make window struct a server object. 2022-02-09 18:37:32 +01:00