chiark / gitweb /
shutdown: issue a sync() as soon as shutdown.target is queued
[elogind.git] / src / core / job.h
index 3aa49d4b46a80bb4fd98e23db60993460ac1ed98..d10e6b6b0eff674edd86c4b8ce47166c7ccef695 100644 (file)
@@ -217,6 +217,8 @@ int job_finish_and_invalidate(Job *j, JobResult result, bool recursive);
 
 char *job_dbus_path(Job *j);
 
+void job_shutdown_magic(Job *j);
+
 const char* job_type_to_string(JobType t);
 JobType job_type_from_string(const char *s);