diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-22 18:18:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-22 18:22:26 +0100 |
commit | 1e5678d023ab57807d3de08e10304e36bf9a1950 (patch) | |
tree | 6403512f2063b03a5b433bd45a7d7462b05de983 /src/util.h | |
parent | ce3fd7e72a1b101002617bd410031e65d290f56f (diff) |
cgls: don't show kernel threads by default
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index 114b24c3e7..1ce2440f3f 100644 --- a/src/util.h +++ b/src/util.h @@ -531,4 +531,6 @@ void* memdup(const void *p, size_t l); int rtc_open(int flags); +int is_kernel_thread(pid_t pid); + #endif |