mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 10:39:49 +01:00
ac488bc01d
This means we make sure that we only have one fd per dbid, but more importantly it enables leak detection, since we can iterate the clients we have. If we get a second hsmfd request for the same dbid, we free the old one: sometimes we get the new request before we notice the old daemon died. We also have to handle the three 0-value dbid daemons a bit specially. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
capabilities.h | ||
client.c | ||
client.h | ||
hsm_client_wire_csv | ||
hsm.c | ||
Makefile |