MCPcopy Create free account
hub / github.com/ElementsProject/lightning / msg_wake

Function msg_wake

common/msg_queue.c:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void msg_wake(const struct msg_queue *q)
103{
104 io_wake(q);
105}

Callers 2

handle_versionFunction · 0.85
daemon_conn_wakeFunction · 0.85

Calls 1

io_wakeFunction · 0.85

Tested by

no test coverage detected