From 6dfc544b6aa6703d2292be34470aebf874d78452 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Mon, 17 Dec 2012 03:38:36 +0100 Subject: Make enum process_status enumerators uppercase Rationale: coding style consistency. --- backend.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'backend.h') diff --git a/backend.h b/backend.h index 57c2f03..314ad93 100644 --- a/backend.h +++ b/backend.h @@ -27,12 +27,12 @@ #include enum process_status { - ps_invalid, /* Failure. */ - ps_stop, /* Job-control stop. */ - ps_tracing_stop, - ps_sleeping, - ps_zombie, - ps_other, /* Necessary other states can be added as needed. */ + PS_INVALID, /* Failure. */ + PS_STOP, /* Job-control stop. */ + PS_TRACING_STOP, + PS_SLEEPING, + PS_ZOMBIE, + PS_OTHER, /* Necessary other states can be added as needed. */ }; /* -- cgit v1.2.3