mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 23:24:21 +01:00
lightningd: avoid keeping multiple copies of nodeid.
Simple refcount FTW. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -81,7 +81,7 @@ struct log_entry {
|
||||
struct timeabs time;
|
||||
enum log_level level;
|
||||
unsigned int skipped;
|
||||
struct node_id *node_id;
|
||||
struct node_id_cache *nc;
|
||||
const char *prefix;
|
||||
char *log;
|
||||
/* Iff LOG_IO */
|
||||
|
||||
Reference in New Issue
Block a user