add apr func to disable loopback on multicast to simplify mod_multicast_event

This commit is contained in:
Anthony Minessale
2010-04-02 16:40:24 -05:00
parent ec99de7e8b
commit 6314075859
3 changed files with 22 additions and 21 deletions
+1
View File
@@ -1213,6 +1213,7 @@ SWITCH_DECLARE(switch_status_t) switch_mcast_join(switch_socket_t *sock, switch_
*/
SWITCH_DECLARE(switch_status_t) switch_mcast_hops(switch_socket_t *sock, uint8_t ttl);
SWITCH_DECLARE(switch_status_t) switch_mcast_loopback(switch_socket_t *sock, uint8_t opt);
/** @} */