From 2e725ad140e14ed03195028881be65c2cefc079a Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 30 Mar 2017 10:22:00 -0400 Subject: [PATCH] pimd: Fix header to be more descriptive of what it is doing Signed-off-by: Donald Sharp --- pimd/pim_hello.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimd/pim_hello.h b/pimd/pim_hello.h index de5359e2c0..1f8b348bd7 100644 --- a/pimd/pim_hello.h +++ b/pimd/pim_hello.h @@ -29,7 +29,7 @@ int pim_hello_recv(struct interface *ifp, struct in_addr src_addr, uint8_t *tlv_buf, int tlv_buf_size); -int pim_hello_build_tlv(struct interface *ifname, +int pim_hello_build_tlv(struct interface *ifp, uint8_t *tlv_buf, int tlv_buf_size, uint16_t holdtime, uint32_t dr_priority, -- 2.39.5