core-lightning/lightningd/channel
Christian Decker 8ae698d1dc Migrating daemon_conn to msg_queue and msg_queue takes over messages
We have some duplication in handling queues, so this is an attempt at
deduplicating some of that work. `daemon_conn` now uses the
`msg_queue` and `channeld` was also migrated to `msg_queue`. At the
same time I made `msg_queue` create a copy of the messages or takes
over messages marked with `take()`. This should make cleaning up
messages easier.
2017-03-13 17:32:03 +01:00
..
channel_wire.csv channel: Passing gossipd client fd to channeld 2017-03-13 11:26:48 +01:00
channel.c Migrating daemon_conn to msg_queue and msg_queue takes over messages 2017-03-13 17:32:03 +01:00
Makefile lightningd/channel: convert to subd. 2017-03-11 07:19:41 +10:30