chiark / gitweb /
shutdown: complain if process excluded from killing spree runs of the same rootfs...
authorMichal Sekletar <msekleta@redhat.com>
Sun, 24 Jan 2016 15:08:36 +0000 (16:08 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 17 May 2017 13:22:15 +0000 (15:22 +0200)
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);
 
 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);
 
 
 bool is_main_thread(void);