mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
res_rtp_asterisk: Statically declare rtp_drop_packets_data object
This patch makes the drop_packets_data object static. Change-Id: If4f9b21fa0c47d41a35b6b05941d978efb4da87b
This commit is contained in:
committed by
Kevin Harwell
parent
8bd13a995a
commit
65b68fd060
@@ -7560,7 +7560,9 @@ struct rtp_drop_packets_data {
|
||||
struct ast_sockaddr addr;
|
||||
/* The optional port from which to drop packets from. */
|
||||
unsigned int port;
|
||||
} drop_packets_data;
|
||||
};
|
||||
|
||||
static struct rtp_drop_packets_data drop_packets_data;
|
||||
|
||||
static void drop_packets_data_update(struct timeval tv)
|
||||
{
|
||||
|
Reference in New Issue
Block a user