chiark / gitweb /
shutdown: complain if process excluded from killing spree runs of the same rootfs...
[elogind.git] / src / basic / process-util.h
index 89cd3af8bc4b6b4c3649d52cb538b5abffbebe45..dc6d776f8f3019a25eae88053cba5d5b9617bb81 100644 (file)
@@ -75,6 +75,7 @@ int getenv_for_pid(pid_t pid, const char *field, char **_value);
 
 bool pid_is_alive(pid_t pid);
 bool pid_is_unwaited(pid_t pid);
+int pid_from_same_root_fs(pid_t pid);
 
 bool is_main_thread(void);