summaryrefslogtreecommitdiff
path: root/res/stasis/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'res/stasis/control.h')
-rw-r--r--res/stasis/control.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/stasis/control.h b/res/stasis/control.h
index 6b602e770..0febd8438 100644
--- a/res/stasis/control.h
+++ b/res/stasis/control.h
@@ -58,6 +58,15 @@ int control_dispatch_all(struct stasis_app_control *control,
void control_wait(struct stasis_app_control *control);
/*!
+ * \brief Returns the count of items in a control's command queue.
+ *
+ * \param control Control to count commands on
+ *
+ * \retval number of commands in the command que
+ */
+int control_command_count(struct stasis_app_control *control);
+
+/*!
* \brief Returns true if control_continue() has been called on this \a control.
*
* \param control Control to query.
@@ -66,5 +75,7 @@ void control_wait(struct stasis_app_control *control);
*/
int control_is_done(struct stasis_app_control *control);
+void control_mark_done(struct stasis_app_control *control);
+
#endif /* _ASTERISK_RES_STASIS_CONTROL_H */