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

Function remove_steal_notifiers

common/daemon.c:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134static void remove_steal_notifiers(void)
135{
136 /* We remove this from root, assuming everything else freed. */
137 tal_del_notifier(NULL, add_steal_notifier);
138}
139#else
140void send_backtrace(const char *why)
141{

Callers 1

daemon_shutdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected