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

Structure for transport to be monitored. More...

Data Fields

char key [IP6ADDR_COLON_PORT_BUFLEN]
 Key <ipaddr>:<port>
 
struct {
   size_t   current
 
   struct transport_monitor_notifier *   elems
 
   size_t   max
 
monitors
 
pjsip_transport * transport
 The underlying PJSIP transport.
 
char * transport_obj_name
 

Detailed Description

Structure for transport to be monitored.

Definition at line 52 of file pjsip_transport_events.c.

Field Documentation

struct { ... } monitors

Who is interested in when this transport shuts down.

Referenced by ast_sip_transport_monitor_register_replace_key(), and transport_state_callback().

char* transport_obj_name

For debugging purposes, we save the obj_name in case the transport goes away.

Definition at line 60 of file pjsip_transport_events.c.

Referenced by ast_sip_transport_monitor_register_replace_key(), and transport_state_callback().


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