Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
optional_api Struct Reference

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
 

Detailed Description

An optional API.

Definition at line 57 of file optional_api.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: