From f45672d80bf2fec4ccb7363de1da6adb9e3f4421 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 6 Oct 2014 20:15:24 +0200 Subject: make procd wait for ubus to come up Signed-off-by: John Crispin --- procd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'procd.h') diff --git a/procd.h b/procd.h index 4ae0dc9..66d183c 100644 --- a/procd.h +++ b/procd.h @@ -35,6 +35,7 @@ void ubus_init_service(struct ubus_context *ctx); void ubus_init_system(struct ubus_context *ctx); void procd_state_next(void); +void procd_state_ubus_connect(void); void procd_shutdown(int event); void procd_early(void); void procd_preinit(void); -- cgit v1.2.1