Fixup of pimd to be cognizant of thread_master pointer changes
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
test_igmpv3_join.c pim_igmp_join.c
pimd_LDADD = ../lib/libzebra.la @LIBCAP@
+test_igmpv3_join_LDADD = ../lib/libzebra.la
examplesdir = $(exampledir)
dist_examples_DATA = pimd.conf.sample
#include <net/if.h>
#include <arpa/inet.h>
+#include "thread.h"
#include "pim_igmp_join.h"
+struct thread_master *master;
const char *prog_name = 0;
static int iface_solve_index(const char *ifname)