aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/sms_queue.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-25 14:25:12 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-26 09:40:03 +0100
commit3c6f6c25a6f4f29a9881f8de9406df313974ce9f (patch)
tree225992bd11540b7eb2f1a55d33eb830e30aeb6a0 /openbsc/include/openbsc/sms_queue.h
parent7a0e166fb0d1b2eddf6f230e8a14f8c72b79a406 (diff)
sms: Make the max_pending tunable via a vty runtime setting
Make it possible to change the max pending via the vty. This can be useful to play with the performance of the queue.
Diffstat (limited to 'openbsc/include/openbsc/sms_queue.h')
-rw-r--r--openbsc/include/openbsc/sms_queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/sms_queue.h b/openbsc/include/openbsc/sms_queue.h
index 5bfa4b44c..02dec73a3 100644
--- a/openbsc/include/openbsc/sms_queue.h
+++ b/openbsc/include/openbsc/sms_queue.h
@@ -10,5 +10,6 @@ int sms_queue_trigger(struct gsm_sms_queue *);
/* vty helper functions */
int sms_queue_stats(struct gsm_sms_queue *, struct vty* vty);
+int sms_queue_set_max_pending(struct gsm_sms_queue *, int max);
#endif