]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/dbus-job.h
core: GC redundant device jobs from the run queue
[thirdparty/systemd.git] / src / core / dbus-job.h
index 024d06719ea89311b0e898fe94cecb0c6b12c322..f9148895be31822b133c9455162b258f61bd1d6e 100644 (file)
@@ -29,3 +29,6 @@ int bus_job_method_cancel(sd_bus_message *message, void *job, sd_bus_error *erro
 
 void bus_job_send_change_signal(Job *j);
 void bus_job_send_removed_signal(Job *j);
+
+int bus_job_coldplug_bus_track(Job *j);
+int bus_job_track_sender(Job *j, sd_bus_message *m);