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 f29c929e..1f0c1146 100644
--- a/src/llc.h
+++ b/src/llc.h
@@ -55,6 +55,7 @@ struct gprs_llc {
uint16_t m_length; /* len of current DL LLC_frame, 0 == no frame */
struct llist_head queue; /* queued LLC DL data */
+ uint32_t m_avg_queue_delay; /* Average delay of data going through the queue */
size_t m_queue_size;
};