Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
optional_api_user Struct Reference

A user of an optional API. More...

Data Fields

char module []
 
ast_optional_fn * optional_ref
 
ast_optional_fn stub
 

Detailed Description

A user of an optional API.

Definition at line 47 of file optional_api.c.

Field Documentation

◆ module

char module[]

Name of the module using the API

Definition at line 53 of file optional_api.c.

Referenced by optional_api_user_create().

◆ optional_ref

ast_optional_fn* optional_ref

Pointer to function pointer to link

Definition at line 49 of file optional_api.c.

Referenced by AST_VECTOR(), optional_api_user_create(), and optional_api_user_relink().

◆ stub

ast_optional_fn stub

Stub to use when impl is unavailable

Definition at line 51 of file optional_api.c.

Referenced by AST_VECTOR(), optional_api_user_create(), and optional_api_user_relink().


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