Browse Source
This is a bit different from the other cases: we need to iterate through the peers and ask all the ones in openingd. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>trytravis
Rusty Russell
6 years ago
7 changed files with 128 additions and 15 deletions
@ -0,0 +1,11 @@ |
|||
#ifndef LIGHTNING_LIGHTNINGD_MEMDUMP_H |
|||
#define LIGHTNING_LIGHTNINGD_MEMDUMP_H |
|||
#include "config.h" |
|||
#include <ccan/short_types/short_types.h> |
|||
#include <stdbool.h> |
|||
|
|||
struct command; |
|||
struct subd; |
|||
|
|||
void opening_memleak_done(struct command *cmd, struct subd *leaker); |
|||
#endif /* LIGHTNING_LIGHTNINGD_MEMDUMP_H */ |
Can't render this file because it has a wrong number of fields in line 5.
|
Loading…
Reference in new issue