server: Store the actual process count in snapshots.
authorAlexandre Julliard <julliard@winehq.org>
Tue, 15 Aug 2006 18:31:54 +0000 (20:31 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 15 Aug 2006 18:31:54 +0000 (20:31 +0200)
commit498b781e2300681105fcf4a768c7a7d69a632ed1
tree146d71589ea66ebc42a9931b0464330e10206593
parent68eddac14bde40388559b82188108492df72c04b
server: Store the actual process count in snapshots.

We can't rely on running_processes for that, since it now also counts
processes waiting for SIGKILL and those aren't included in snapshots.
server/process.c