aboutsummaryrefslogtreecommitdiffstats
path: root/include/dtmf_scheduler.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-05-21 17:14:12 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-05-21 17:14:12 +0200
commit68d5114638ff4d89bc9c8e4b4280e16bfb1bb9e8 (patch)
treecef3d3e0aabe44ee835253ff704d4559435d5642 /include/dtmf_scheduler.h
parent72793ec0a9e2f79b5caf2a4af37f47cc127db55a (diff)
dtmf: Improve the log message and print the number of messages queued
Print the number of log messages that are queued in the error message.
Diffstat (limited to 'include/dtmf_scheduler.h')
-rw-r--r--include/dtmf_scheduler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dtmf_scheduler.h b/include/dtmf_scheduler.h
index 22a4e55..a902466 100644
--- a/include/dtmf_scheduler.h
+++ b/include/dtmf_scheduler.h
@@ -22,4 +22,6 @@ void dtmf_state_get_pending(struct dtmf_state *state, char *tones);
/* call when the playout is done */
void dtmf_state_played(struct dtmf_state *state);
+unsigned int dtmf_tones_queued(struct dtmf_state *state);
+
#endif