common: peer_billboard() helper for updating the billboard.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2018-02-23 16:23:47 +10:30
committed by Christian Decker
parent cca0a5412e
commit d4a172e221
5 changed files with 29 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ void status_setup_async(struct daemon_conn *master)
setup_logging_sighandler();
}
static void status_send(const u8 *msg TAKES)
void status_send(const u8 *msg TAKES)
{
if (status_fd >= 0) {
int type =fromwire_peektype(msg);