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

#include <bridge_features.h>

Data Fields

unsigned int flags
 
ssize_t heap_index
 
unsigned int interval
 
unsigned int seqno
 
struct timeval trip_time
 

Detailed Description

Extra parameters for an interval timer hook.

Definition at line 230 of file bridge_features.h.

Field Documentation

unsigned int flags

Option flags determining how callback is called.

Definition at line 240 of file bridge_features.h.

Referenced by ast_bridge_interval_hook(), and wrap_hook().

ssize_t heap_index

Heap index for interval hook

Definition at line 234 of file bridge_features.h.

Referenced by ast_bridge_features_init().

unsigned int interval

Interval that the hook should execute at in milliseconds

Definition at line 236 of file bridge_features.h.

Referenced by ast_bridge_interval_hook(), and wrap_hook().

unsigned int seqno

Sequence number for the hook to ensure expiration ordering

Definition at line 238 of file bridge_features.h.

Referenced by ast_bridge_interval_hook().

struct timeval trip_time

Time at which the hook should actually trip

Definition at line 232 of file bridge_features.h.

Referenced by ast_bridge_interval_hook().


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