aboutsummaryrefslogtreecommitdiffstats
path: root/src/sba.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-27 10:20:37 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-30 21:24:12 +0100
commitb98dd9e24085bf6838b5f2a5717c3345d54acb51 (patch)
tree0ec13b7f36c7ec7524b07e704994ad2f4521b29f /src/sba.h
parent93e048fe272d1d20522c26b96fc7e777255c6906 (diff)
sba: Move freeing a sba into a central place
Diffstat (limited to 'src/sba.h')
-rw-r--r--src/sba.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sba.h b/src/sba.h
index 5709ad4d..f39834a9 100644
--- a/src/sba.h
+++ b/src/sba.h
@@ -61,6 +61,8 @@ public:
int timeout(struct gprs_rlcmac_sba *sba);
void free_resources(struct gprs_rlcmac_pdch *pdch);
+ void free_sba(gprs_rlcmac_sba *sba);
+
private:
BTS &m_bts;
llist_head m_sbas;