mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 10:13:01 +00:00
server: Print the callback function in the APC_ASYNC_IO trace.
This commit is contained in:
parent
de1866d4fd
commit
28a9374323
@ -116,8 +116,9 @@ static void dump_apc_call( const apc_call_t *call )
|
|||||||
fprintf( stderr, ",arg=%p", call->timer.arg );
|
fprintf( stderr, ",arg=%p", call->timer.arg );
|
||||||
break;
|
break;
|
||||||
case APC_ASYNC_IO:
|
case APC_ASYNC_IO:
|
||||||
fprintf( stderr, "APC_ASYNC_IO,user=%p,sb=%p,status=%s",
|
fprintf( stderr, "APC_ASYNC_IO,func=%p,user=%p,sb=%p,status=%s",
|
||||||
call->async_io.user, call->async_io.sb, get_status_name(call->async_io.status) );
|
call->async_io.func, call->async_io.user, call->async_io.sb,
|
||||||
|
get_status_name(call->async_io.status) );
|
||||||
break;
|
break;
|
||||||
case APC_VIRTUAL_ALLOC:
|
case APC_VIRTUAL_ALLOC:
|
||||||
fprintf( stderr, "APC_VIRTUAL_ALLOC,addr=%p,size=%lu,zero_bits=%u,op_type=%x,prot=%x",
|
fprintf( stderr, "APC_VIRTUAL_ALLOC,addr=%p,size=%lu,zero_bits=%u,op_type=%x,prot=%x",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user