Skip to content
Commit c9a3ba55 authored by Rusty Russell's avatar Rusty Russell
Browse files

module: wait for dependent modules doing init.



There have been reports of modules failing to load because the modules
they depend on are still loading.  This changes the modules to wait
for a reasonable length of time in that case.  We time out eventually,
because there can be module loops or broken modules.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent a2da4052
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment