From f3bff0eb3bc65de3b74286415a996af9556333af Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Jan 2010 20:47:09 +0100 Subject: implement recursive_stop/stop_when_unneeded unit flags --- unit.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'unit.h') diff --git a/unit.h b/unit.h index 2433cc7d7c..c12ce0b482 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; -- cgit v1.2.3-54-g00ecf