Merge remote-tracking branch 'origin/pr/44'

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-10-17 12:31:14 +10:30
8 changed files with 225 additions and 40 deletions

View File

@@ -133,5 +133,8 @@ struct lightningd_state {
/* Re-exec hack for testing. */
char **reexec;
/* IP/hostname to be announced for incoming connections */
char *external_ip;
};
#endif /* LIGHTNING_DAEMON_LIGHTNING_H */