]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_mroute.c
pimd: Create a `struct pim_router` and move thread master into it
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 20 Dec 2018 15:34:04 +0000 (10:34 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 4 Jan 2019 17:21:00 +0000 (12:21 -0500)
commit36417fcc20b4a21b26a4e63902caca2eecbad4ed
treeda63cbef60f00c6ae2d61ad084ea3cab62d00f5f
parent763ec244cfbbcd61e9e3a2dfcdf134cc8ec48925
pimd: Create a `struct pim_router` and move thread master into it

Create a `struct pim_router` and move the thread master into it.
Future commits will further move global varaibles into the pim_router
structure.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
17 files changed:
pimd/pim_assert.c
pimd/pim_ifchannel.c
pimd/pim_igmp.c
pimd/pim_igmpv3.c
pimd/pim_instance.c
pimd/pim_instance.h
pimd/pim_main.c
pimd/pim_mroute.c
pimd/pim_msdp_socket.c
pimd/pim_neighbor.c
pimd/pim_pim.c
pimd/pim_ssmpingd.c
pimd/pim_upstream.c
pimd/pim_zebra.c
pimd/pim_zlookup.c
pimd/pimd.c
pimd/pimd.h