Asterisk - The Open Source Telephony Project GIT-master-a63eec2
|
Rule to check to see if an operation is allowed. More...
#include <stasis_app.h>
Data Fields | ||
enum stasis_app_control_channel_result(* | check_rule )(const struct stasis_app_control *control) | |
Checks to see if an operation is allowed on the control. | ||
struct { | ||
struct stasis_app_control_rule * next | ||
} | next | |
Rule to check to see if an operation is allowed.
Definition at line 355 of file stasis_app.h.
enum stasis_app_control_channel_result(* check_rule) (const struct stasis_app_control *control) |
Checks to see if an operation is allowed on the control.
control | Control object to check |
Definition at line 237 of file stasis_app.h.
struct stasis_app_control_rule* next |
Definition at line 365 of file stasis_app.h.
Referenced by app_control_check_rules(), and app_control_unregister_rule().
struct { ... } next |
Next item in the list