Re: NtQuerySystemInformation and exposing unix_pid

2011-08-03 Thread Paul Vriens
On 08/03/2011 07:13 PM, Alexandre Julliard wrote: Paul Vriens writes: Hi, I would like to add some per-process information in NtQuerySystemInformation with respect to cpu-usage. The wine server doesn't currently expose the unix_pid so I can't use /proc//* information. Would it be ok to expo

Re: NtQuerySystemInformation and exposing unix_pid

2011-08-03 Thread Alexandre Julliard
Paul Vriens writes: > Hi, > > I would like to add some per-process information in > NtQuerySystemInformation with respect to cpu-usage. > > The wine server doesn't currently expose the unix_pid so I can't use > /proc//* information. > > Would it be ok to expose the unix_pid in some of the server

NtQuerySystemInformation and exposing unix_pid

2011-08-01 Thread Paul Vriens
Hi, I would like to add some per-process information in NtQuerySystemInformation with respect to cpu-usage. The wine server doesn't currently expose the unix_pid so I can't use /proc//* information. Would it be ok to expose the unix_pid in some of the server calls (like next_process)? Or