Asterisk - The Open Source Telephony Project
21.4.1
|
An optional API. More...
Data Fields | |
ast_optional_fn | impl |
char | symname [] |
struct { | |
size_t current | |
struct optional_api_user ** elems | |
size_t max | |
} | users |
An optional API.
Definition at line 57 of file optional_api.c.
ast_optional_fn impl |
Pointer to the implementation function; could be null
Definition at line 59 of file optional_api.c.
Referenced by optional_api_set_impl(), and optional_api_user_relink().
char symname[] |
Name of the optional API function
Definition at line 63 of file optional_api.c.
Referenced by optional_api_create().
struct { ... } users |
Users of the API
Referenced by optional_api_destroy(), and optional_api_set_impl().