commit | 0f6e6d9861ce790cb8b7d07aca28a5878d705359 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Fri Oct 26 23:42:17 2012 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Fri Oct 26 23:42:17 2012 +0200 |
tree | f5a51847c9fb1095b19c092e697850939c29a908 | |
parent | d3202de1176057520f49b5e6231b8774f6b6b31f [diff] [blame] |
Add os_process_data and related This is meant to be the same for per-OS configuration as arch_process_data is for per-arch configuration.
diff --git a/proc.h b/proc.h index b1b22b5..8e1eec3 100644 --- a/proc.h +++ b/proc.h
@@ -147,6 +147,7 @@ that case this process is waiting to be collected. */ Process * leader; + struct os_process_data os; struct arch_process_data arch; };