diff options
| author | Fred Quintana <fredq@google.com> | 2009-10-06 14:50:01 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-10-06 14:50:01 -0700 |
| commit | c0b1c0ac80bdd080dd3b3dfe0a580eae388e27b5 (patch) | |
| tree | 7d5918e5a374c66c3127109b200ad6b40aea0994 /init/init.h | |
| parent | f184b94ad32c50ccf5bb1792a963551b5841e772 (diff) | |
| parent | 4d0b21f4ac5908f695c9c0759c3a34511d8fd97b (diff) | |
| download | system_core-c0b1c0ac80bdd080dd3b3dfe0a580eae388e27b5.tar.gz system_core-c0b1c0ac80bdd080dd3b3dfe0a580eae388e27b5.tar.bz2 system_core-c0b1c0ac80bdd080dd3b3dfe0a580eae388e27b5.zip | |
Merge branch 'eclair-plus-aosp' of ssh://android-git.corp.google.com:29418/platform/system/core into eclair-mr2-plus-aosp
Diffstat (limited to 'init/init.h')
| -rw-r--r-- | init/init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init.h b/init/init.h index f306b7bc..60c30555 100644 --- a/init/init.h +++ b/init/init.h @@ -165,6 +165,7 @@ void service_stop(struct service *svc); void service_start(struct service *svc, const char *dynamic_args); void property_changed(const char *name, const char *value); +void drain_action_queue(void); struct action *action_remove_queue_head(void); void action_add_queue_tail(struct action *act); void action_for_each_trigger(const char *trigger, |
