summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-01-22 18:18:51 +0100
committerLennart Poettering <lennart@poettering.net>2012-01-22 18:22:26 +0100
commit1e5678d023ab57807d3de08e10304e36bf9a1950 (patch)
tree6403512f2063b03a5b433bd45a7d7462b05de983 /src/util.h
parentce3fd7e72a1b101002617bd410031e65d290f56f (diff)
cgls: don't show kernel threads by default
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
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