]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_join.h
Merge pull request #291 from AnuradhaKaruppiah/pim-ssm
[mirror_frr.git] / pimd / pim_join.h
index e6bddf31be14e212b10a113e242929e995fecd8e..adedde3cf8ed4ab2b0f9d27f75067cc858b89d86 100644 (file)
@@ -16,7 +16,6 @@
   along with this program; see the file COPYING; if not, write to the
   Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   MA 02110-1301 USA
-  
 */
 
 #ifndef PIM_JOIN_H
@@ -33,9 +32,7 @@ int pim_joinprune_recv(struct interface *ifp,
                       struct in_addr src_addr,
                       uint8_t *tlv_buf, int tlv_buf_size);
 
-int pim_joinprune_send(struct interface *ifp,
-                      struct in_addr upstream_addr,
-                      struct prefix_sg *sg,
-                      int send_join);
+int pim_joinprune_send(struct pim_rpf *nexthop,
+                       struct list *groups);
 
 #endif /* PIM_JOIN_H */