mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
enable add_steal_notifiers only support backtrace library
This commit is contained in:
parent
e74349c506
commit
77832c9400
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user