Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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. More... | |
struct { | |
struct stasis_app_control_rule * next | |
} | next |
Rule to check to see if an operation is allowed.
Definition at line 345 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 227 of file stasis_app.h.
struct stasis_app_control_rule* next |
Definition at line 355 of file stasis_app.h.
Referenced by app_control_check_rules(), and app_control_unregister_rule().
struct { ... } next |
Next item in the list