summaryrefslogtreecommitdiffstats
path: root/init/property_service.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2010-04-19 17:11:33 -0700
committerColin Cross <ccross@android.com>2010-04-21 19:43:35 -0700
commit3294bbbad9494eb4ca534624b96e39f8ed15aaf2 (patch)
tree8bcb7baa0caf6830af09c401a835dc9171abe13e /init/property_service.h
parentcd0f173e2790ee068fd2a20bcfc6c20468e97e51 (diff)
downloadsystem_core-3294bbbad9494eb4ca534624b96e39f8ed15aaf2.zip
system_core-3294bbbad9494eb4ca534624b96e39f8ed15aaf2.tar.gz
system_core-3294bbbad9494eb4ca534624b96e39f8ed15aaf2.tar.bz2
init: Allow services to start before property triggers are up
Change-Id: I4f87657123bea88b7b5c537781868908d8d66b01
Diffstat (limited to 'init/property_service.h')
-rw-r--r--init/property_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/property_service.h b/init/property_service.h
index 5bfa46c..045d20a 100644
--- a/init/property_service.h
+++ b/init/property_service.h
@@ -23,6 +23,7 @@ extern void start_property_service(void);
void get_property_workspace(int *fd, int *sz);
extern const char* property_get(const char *name);
extern int property_set(const char *name, const char *value);
+extern int properties_inited();
int get_property_set_fd(void);
#endif /* _INIT_PROPERTY_H */