aboutsummaryrefslogtreecommitdiffstats
path: root/include/bsc_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-02 16:41:11 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 11:21:10 +0100
commitb6edf97481737d5846bdd65bda15d8762ffc0c78 (patch)
tree9a866b9564a64dd11cebc85e94b5aa44eef590d3 /include/bsc_data.h
parent016ba29ec23c65ff3ccbd12e6128384567d34406 (diff)
linkset: Prepare the UDP support to support multiple links.
Diffstat (limited to 'include/bsc_data.h')
-rw-r--r--include/bsc_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index 7ac39f8..32fc94f 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -52,6 +52,7 @@ struct link_data {
struct write_queue write_queue;
struct sockaddr_in remote;
struct snmp_mtp_session *session;
+ int link_index;
int reset_timeout;
} udp;
};