aboutsummaryrefslogtreecommitdiffstats
path: root/src/llc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/llc.h')
-rw-r--r--src/llc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/llc.h b/src/llc.h
index f50419c8..f29c929e 100644
--- a/src/llc.h
+++ b/src/llc.h
@@ -54,6 +54,8 @@ struct gprs_llc {
uint16_t m_index; /* current write/read position of frame */
uint16_t m_length; /* len of current DL LLC_frame, 0 == no frame */
struct llist_head queue; /* queued LLC DL data */
+
+ size_t m_queue_size;
};
inline uint16_t gprs_llc::chunk_size() const