Rusty Russell
|
80886cda8a
|
daemon_conn: fix daemon_conn_sync_flush.
We need to set fd to blocking before trying to sync write. Use
io_fd_block() elsewhere, too.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2017-07-12 10:21:16 +09:30 |
|
Rusty Russell
|
40ce29beac
|
wire_sync_write: support take()
We often want it to free the message after writing.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2017-06-27 10:25:53 +09:30 |
|
Rusty Russell
|
d4618fa199
|
subdaemons: handle master or gossipd failing.
We should simply exit in this case.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2017-06-07 09:19:04 +09:30 |
|
Rusty Russell
|
8be18ccfa1
|
lightningd/msg_queue: rename msg_is_fd to msg_extract_fd
Suggested-by: Christian Decker
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2017-03-20 07:50:53 +10:30 |
|
Rusty Russell
|
cf6d25cad6
|
lightningd/connection: rename to lightningd/daemon_conn
To match the structure name.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
2017-03-20 07:50:53 +10:30 |
|