diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-21 08:45:46 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 13:51:36 -0400 |
| commit | 611925dc0261dd24fd1c02ac7c3af5c0bf3803cf (patch) | |
| tree | 1578c0c75d661ac3a333de447710b84ce7df8941 /pimd/pimd.c | |
| parent | 7cfc7bcfe77cc560ae4746b5b49ab17574d8c8cb (diff) | |
pimd: Convert channel_oil_hash and list into 'struct pim_instance *'
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pimd.c')
| -rw-r--r-- | pimd/pimd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pimd/pimd.c b/pimd/pimd.c index a9793c4aa6..ffb025d97a 100644 --- a/pimd/pimd.c +++ b/pimd/pimd.c @@ -92,8 +92,6 @@ static void pim_free() { pim_ssmpingd_destroy(); - pim_oil_terminate(); - pim_route_map_terminate(); zclient_lookup_free(); @@ -114,8 +112,6 @@ void pim_init() return; } - pim_oil_init(); - /* RFC 4601: 4.6.3. Assert Metrics |
