summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-08-20 14:12:21 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-08-20 14:12:21 +0000
commita1b139e5d448b260b3f7849a5b24f45da45241a1 (patch)
tree586de8ab8a63aade7913746af9e1b9914f54e52a /src/include
parentb8941152d21047e2e4fb3a1f2533c9b8512d8e2c (diff)
downloads6-rc-a1b139e5d448b260b3f7849a5b24f45da45241a1.tar.xz
Add the notion of essential service
Diffstat (limited to 'src/include')
-rw-r--r--src/include/s6-rc/s6rc-db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/s6-rc/s6rc-db.h b/src/include/s6-rc/s6rc-db.h
index c0d282d..0f03967 100644
--- a/src/include/s6-rc/s6rc-db.h
+++ b/src/include/s6-rc/s6rc-db.h
@@ -12,6 +12,8 @@
#define S6RC_DB_BANNER_END "\ns6rc-db: end\n"
#define S6RC_DB_BANNER_END_LEN (sizeof(S6RC_DB_BANNER_END) - 1)
+#define S6RC_DB_FLAG_ESSENTIAL 0x00000001U
+
typedef struct s6rc_oneshot_s s6rc_oneshot_t, *s6rc_oneshot_t_ref ;
struct s6rc_oneshot_s