Browse Source

enable add_steal_notifiers only support backtrace library

plugin-3
arowser 6 years ago
committed by Rusty Russell
parent
commit
77832c9400
  1. 2
      common/daemon.c

2
common/daemon.c

@ -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…
Cancel
Save