X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=unit.h;h=c12ce0b482d784542eaf5a1da3ca4af448a64b0d;hp=2433cc7d7cf7e1ca6afcf436d63e898a6e2f358c;hb=f3bff0eb3bc65de3b74286415a996af9556333af;hpb=9eba9da4bce4778b4d5dd43e2c41756976a1582b;ds=sidebyside diff --git a/unit.h b/unit.h index 2433cc7d7..c12ce0b48 100644 --- a/unit.h +++ b/unit.h @@ -111,6 +111,12 @@ struct Meta { bool in_load_queue:1; + /* If we go down, pull down everything that depends on us, too */ + bool recursive_stop; + + /* Garbage collect us we nobody wants or requires us anymore */ + bool stop_when_unneeded; + usec_t active_enter_timestamp; usec_t active_exit_timestamp;