diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-16 03:55:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-16 03:55:19 +0200 |
commit | cb8a8f78a11cedb8cba1abfa9a63b0d3ea8eef93 (patch) | |
tree | 478197daa12a47d8be21d0fc458662ead9af2255 /util.h | |
parent | ca139f94c8de427616f54ab38262a47c4a636ffd (diff) |
service: consider a process exiting with SIGTERM a clean exit
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -181,6 +181,8 @@ char *format_timestamp(char *buf, size_t l, usec_t t); int make_stdio(int fd); +bool is_clean_exit(int code, int status); + #define DEFINE_STRING_TABLE_LOOKUP(name,type) \ const char *name##_to_string(type i) { \ if (i < 0 || i >= (type) ELEMENTSOF(name##_table)) \ |