From 5314cebf5fe766bdca6c779e785b8dfaa3808142 Mon Sep 17 00:00:00 2001 From: Samuel Mendoza-Jonas Date: Thu, 23 Mar 2017 17:42:37 +1100 Subject: discover/paths: Add network jobs to queue Load tasks that start before the network is available will fail. Rather than just fail these tasks, add them to a queue that is processed once the network is ready. This helps users who try to request files early in setup, as well as very early running load tasks. Signed-off-by: Samuel Mendoza-Jonas --- test/parser/handler.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test') diff --git a/test/parser/handler.c b/test/parser/handler.c index e356407..e455c22 100644 --- a/test/parser/handler.c +++ b/test/parser/handler.c @@ -102,3 +102,11 @@ void boot_cancel(struct boot_task *task) { (void)task; } + +void pending_network_jobs_start(void) +{ +} + +void pending_network_jobs_cancel(void) +{ +} -- cgit v1.2.1