aboutsummaryrefslogtreecommitdiffstats
path: root/src/bsc.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-15 11:18:38 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:27 +0100
commit599c9a4b9aa3faa0b9c05dfcf6057ad9ccd4dfa6 (patch)
tree40716cc4f1523af395aaa4902458faabc74389e2 /src/bsc.c
parent2ff47b8606d93a301cf6cecb0d32fa4b77f5c5c9 (diff)
mtp: Allocate the MTPLinkSet as a child of the BSC
In preparation of the VTY code change, make the mtp linkset a child of the bsc.
Diffstat (limited to 'src/bsc.c')
-rw-r--r--src/bsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bsc.c b/src/bsc.c
index c26c6ec..081774d 100644
--- a/src/bsc.c
+++ b/src/bsc.c
@@ -35,7 +35,7 @@ struct bsc_data *bsc_data_create()
return NULL;
}
- INIT_LLIST_HEAD(&bsc->links);
+ INIT_LLIST_HEAD(&bsc->linksets);
bsc->dpc = 1;
bsc->opc = 0;
bsc->sccp_opc = -1;