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