log: add channel_state logging ability.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-08-31 16:06:32 +09:30
parent 89235e0904
commit 1518f4424e
3 changed files with 46 additions and 50 deletions

View File

@@ -88,6 +88,8 @@ union loggable_structs {
const struct bitcoin_tx *bitcoin_tx;
const struct htlc *htlc;
const struct rval *rval;
const struct channel_state *cstate;
const struct channel_oneside *channel_oneside;
const char *charp_;
};