aboutsummaryrefslogtreecommitdiffstats
path: root/src/llc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/llc.h')
-rw-r--r--src/llc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/llc.h b/src/llc.h
index fe8958f..94de16e 100644
--- a/src/llc.h
+++ b/src/llc.h
@@ -80,6 +80,7 @@ struct gprs_llc_queue {
void enqueue(struct msgb *llc_msg, const MetaInfo *info = 0);
struct msgb *dequeue(const MetaInfo **info = 0);
void clear(BTS *bts);
+ void move_and_merge(gprs_llc_queue *o);
size_t size() const;
size_t octets() const;