summaryrefslogtreecommitdiffstats
path: root/init/init.h
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2010-12-07 17:33:53 -0800
committerIliyan Malchev <malchev@google.com>2010-12-08 16:19:12 -0800
commitd5c8ddfdf3f275226c02dc00ccbe63229acf6786 (patch)
tree24d80d6fafb6db6cca88376306530d683bfd3f86 /init/init.h
parent6388cfe03c1d5695d7cabe244b031af02ef686a8 (diff)
downloadsystem_core-d5c8ddfdf3f275226c02dc00ccbe63229acf6786.zip
system_core-d5c8ddfdf3f275226c02dc00ccbe63229acf6786.tar.gz
system_core-d5c8ddfdf3f275226c02dc00ccbe63229acf6786.tar.bz2
Revert "Add "slow_start" keyword to init"
This reverts commit 50b3afd9f39619f69dc6f4efc29be88933eb3614.
Diffstat (limited to 'init/init.h')
-rw-r--r--init/init.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/init.h b/init/init.h
index 9a202b7..8691335 100644
--- a/init/init.h
+++ b/init/init.h
@@ -69,7 +69,6 @@ struct svcenvinfo {
#define SVC_RESTARTING 0x08 /* waiting to restart */
#define SVC_CONSOLE 0x10 /* requires console */
#define SVC_CRITICAL 0x20 /* will reboot into recovery if keeps crashing */
-#define SVC_SLOW_START 0x40 /* wait a few seconds before starting */
#define NR_SVC_SUPP_GIDS 12 /* twelve supplementary groups */