aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-21 18:00:36 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-21 19:40:49 +0100
commiteab20964b2f059898fc804584e55a157c021afc0 (patch)
treee6dfcce7b7d40d761a2bfb13200794ba42006a89 /include/bsc_data.h
parent4da421da6fed6135f7c01eeb6769fb2a82d476cb (diff)
udp: Make the SNMP code asynchronouson-waves/multiple-links
Do not block the application when doing a SNMP request. Work with the results coming back from the callback. Right now a link can only be taken down and up.
Diffstat (limited to 'include/bsc_data.h')
-rw-r--r--include/bsc_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index 3311d53..1092d6e 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -141,7 +141,7 @@ void update_con_state(struct mtp_link_set *link, int rc, struct sccp_parse_resul
unsigned int sls_for_src_ref(struct sccp_source_reference *ref);
/* udp init */
-int link_global_init(struct mtp_udp_data *data, int src_port);
+int link_global_init(struct mtp_udp_data *data, char *dest_ip, int src_port);
int link_udp_init(struct mtp_udp_link *data, const char *dest_ip, int port);
int link_init(struct bsc_data *bsc);
int link_shutdown_all(struct mtp_link_set *);