mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
enable add_steal_notifiers only support backtrace library
This commit is contained in:
@@ -80,7 +80,7 @@ int daemon_poll(struct pollfd *fds, nfds_t nfds, int timeout)
|
|||||||
return poll(fds, nfds, timeout);
|
return poll(fds, nfds, timeout);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if DEVELOPER
|
#if DEVELOPER && BACKTRACE_SUPPORTED
|
||||||
static void steal_notify(tal_t *child, enum tal_notify_type n, tal_t *newparent)
|
static void steal_notify(tal_t *child, enum tal_notify_type n, tal_t *newparent)
|
||||||
{
|
{
|
||||||
tal_t *p = newparent;
|
tal_t *p = newparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user