summaryrefslogtreecommitdiffstats
path: root/test/parser
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2017-03-23 17:42:37 +1100
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2017-07-11 14:32:26 +1000
commit5314cebf5fe766bdca6c779e785b8dfaa3808142 (patch)
tree133934cb709b765a7c1acd06433328fc53cc12bd /test/parser
parent1ac262ed5224463c01525c680d1f58f7df48b943 (diff)
downloadtalos-petitboot-5314cebf5fe766bdca6c779e785b8dfaa3808142.tar.gz
talos-petitboot-5314cebf5fe766bdca6c779e785b8dfaa3808142.zip
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 <sam@mendozajonas.com>
Diffstat (limited to 'test/parser')
-rw-r--r--test/parser/handler.c8
1 files changed, 8 insertions, 0 deletions
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)
+{
+}
OpenPOWER on IntegriCloud