aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gprs
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-09-07 11:29:32 +0200
committerHarald Welte <laforge@gnumonks.org>2012-09-07 12:07:54 +0200
commitd8b476988d38f3ef2267594a46d0e4a9fc6eb6a1 (patch)
tree48a137af7ab51f59e60a9bd830a92f00269f1ea0 /include/osmocom/gprs
parent04f0989d1173bb8d2a8aa058eb18db41353352d4 (diff)
BSSGP: make bvc_ctx->fc a dynamic talloc allocation
this ensures that we can talloc the flow-control queue entries as siblings off the bvc_ctx.
Diffstat (limited to 'include/osmocom/gprs')
-rw-r--r--include/osmocom/gprs/gprs_bssgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gprs/gprs_bssgp.h b/include/osmocom/gprs/gprs_bssgp.h
index 3a1b7613..eb4e7219 100644
--- a/include/osmocom/gprs/gprs_bssgp.h
+++ b/include/osmocom/gprs/gprs_bssgp.h
@@ -93,7 +93,7 @@ struct bssgp_bvc_ctx {
struct rate_ctr_group *ctrg;
- struct bssgp_flow_control fc;
+ struct bssgp_flow_control *fc;
/*! default maximum size of per-MS bucket in octets */
uint32_t bmax_default_ms;
/*! default bucket leak rate of per-MS bucket in octests/s */