Sat Apr 26 2014 22:03:23

Asterisk developer's documentation


ast_msg_tech_holder Struct Reference
Collaboration diagram for ast_msg_tech_holder:

Data Fields

struct ast_msg_techtech
ast_rwlock_t tech_lock
 A rwlock for this object.

Detailed Description

Definition at line 219 of file message.c.


Field Documentation

A rwlock for this object.

a read/write lock must be used to protect the wrapper instead of the ao2 lock. A rdlock must be held to read tech_holder->tech.

Definition at line 227 of file message.c.

Referenced by action_messagesend(), ast_msg_send(), ast_msg_tech_register(), ast_msg_tech_unregister(), msg_find_by_tech(), msg_send_exec(), msg_tech_cmp(), and msg_tech_hash().


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