Re: [PATCH xorg-gtest 4/5] process: add state enum and GetState()

2012-08-13 Thread Chase Douglas
On 08/09/2012 10:38 PM, Peter Hutterer wrote: Add a set of basic states to Process to allow callers to keep track of which state a process is in (as seen from the library). This simplifies code that needs to happen on certain conditions only, e.g. log file cleanup is only needed if the process wa

[PATCH xorg-gtest 4/5] process: add state enum and GetState()

2012-08-09 Thread Peter Hutterer
Add a set of basic states to Process to allow callers to keep track of which state a process is in (as seen from the library). This simplifies code that needs to happen on certain conditions only, e.g. log file cleanup is only needed if the process was previously started. Signed-off-by: Peter Hutt