| commit | 6056e8a52b8a931bc54306044fb991028fa7f1cf | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Tue Jul 07 11:37:47 2009 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Jul 07 11:37:47 2009 +0200 |
| tree | fbc7c328b83f2d584a6e0469925ab505f0bfbcab | |
| parent | 5ce04f7ffc0db236d229fbe46d4d42bbf572506a [diff] [blame] |
server: Return the process CPU in the get_process_info request.
diff --git a/server/protocol.def b/server/protocol.def index 8ae653b..e871736 100644 --- a/server/protocol.def +++ b/server/protocol.def
@@ -660,6 +660,7 @@ timeout_t end_time; /* process end time */ int exit_code; /* process exit code */ int priority; /* priority class */ + cpu_type_t cpu; /* CPU that this process is running on */ @END