aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-16 17:58:46 +0200
committerIvan Kluchnikov <kluchnikovi@gmail.com>2013-10-28 12:52:33 +0400
commit4f6a4e5d6db39d2bb9825cf213165a07eb0e8ea8 (patch)
tree78aa912126c4836273641c4453d0c5290cfac23e /src/tbf.h
parent964ddb6aa0e5d5875728c657b6bcf51a71788fc7 (diff)
tbf: Add another variant of the free_all now by pdch
Diffstat (limited to 'src/tbf.h')
-rw-r--r--src/tbf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tbf.h b/src/tbf.h
index b73d0b8f..74df237e 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -89,6 +89,7 @@ extern struct llist_head gprs_rlcmac_sbas; /* list of single block allocs */
struct gprs_rlcmac_tbf {
static void free_all(struct gprs_rlcmac_trx *trx);
+ static void free_all(struct gprs_rlcmac_pdch *pdch);
struct llist_head list;