X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Funit.h;h=79f15103baaf65cba3c1db22ebf9c1495d27927f;hp=1c8cf6387018efed910bcb6353bf3b5498556382;hb=91f9dcaf9270fe465525638cc08bd94590273349;hpb=ab5c3e3ff172e7dc295d3022170ee6a3be062a3f diff --git a/src/unit.h b/src/unit.h index 1c8cf6387..79f15103b 100644 --- a/src/unit.h +++ b/src/unit.h @@ -317,6 +317,9 @@ struct UnitVTable { void (*sigchld_event)(Unit *u, pid_t pid, int code, int status); void (*timer_event)(Unit *u, uint64_t n_elapsed, Watch *w); + /* Check whether unit needs a daemon reload */ + bool (*need_daemon_reload)(Unit *u); + /* Reset failed state if we are in failed state */ void (*reset_failed)(Unit *u);