commit | c9a3ba55bb5da03fc7d707709a7fe078fe1aa0a0 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Jan 29 17:13:18 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Jan 29 17:13:20 2008 +1100 |
tree | 3d25d1783ad794b7bc64f5f36f5289f7f51a56fc | |
parent | a2da4052f1df6bc77749f84496fe731ab8b458f7 [diff] |
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: Rusty Russell <rusty@rustcorp.com.au>