Browse Source
We would never complete further ping commands if we had < responses than pings. Oops. Fixes: #1928 Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>json-streaming
Rusty Russell
6 years ago
committed by
Christian Decker
8 changed files with 78 additions and 14 deletions
Can't render this file because it has a wrong number of fields in line 6.
|
@ -0,0 +1,9 @@ |
|||
#ifndef LIGHTNING_LIGHTNINGD_PING_H |
|||
#define LIGHTNING_LIGHTNINGD_PING_H |
|||
#include "config.h" |
|||
#include <ccan/short_types/short_types.h> |
|||
|
|||
struct subd; |
|||
void ping_reply(struct subd *subd, const u8 *msg); |
|||
|
|||
#endif /* LIGHTNING_LIGHTNINGD_PING_H */ |
Loading…
Reference in new issue