mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 10:46:58 +01:00
enable add_steal_notifiers only support backtrace library
This commit is contained in:
parent
e74349c506
commit
77832c9400
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ int daemon_poll(struct pollfd *fds, nfds_t nfds, int 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)
|
||||
{
|
||||
tal_t *p = newparent;
|
||||
|
|
Loading…
Add table
Reference in a new issue