Alex Henrie : ntdll: Implement ProcessVmCounters for Linux for other processes.
Module: wine Branch: master Commit: 19a79f422818859dd5a052ddc8e270ffbfef6e71 URL: http://source.winehq.org/git/wine.git/?a=commit;h=19a79f422818859dd5a052ddc8... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Sun May 7 22:32:43 2017 -0600 ntdll: Implement ProcessVmCounters for Linux for other processes. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/process.c | 20 +++++++++++++++++--- dlls/ntdll/tests/info.c | 22 ++++++++++++++++++++++ include/wine/server_protocol.h | 23 ++++++++++++++++++++++- server/process.c | 38 ++++++++++++++++++++++++++++++++++++++ server/protocol.def | 13 +++++++++++++ server/request.h | 11 +++++++++++ server/trace.c | 18 ++++++++++++++++++ 7 files changed, 141 insertions(+), 4 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=19a79f422818859dd5a052...
participants (1)
-
Alexandre Julliard