enable add_steal_notifiers only support backtrace library

This commit is contained in:
arowser 2018-11-26 21:28:51 +08:00 committed by Rusty Russell
parent e74349c506
commit 77832c9400

View File

@ -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;