
Data Fields | |
| struct ast_msg_tech * | tech |
| ast_rwlock_t | tech_lock |
| A rwlock for this object. | |
| struct ast_msg_tech* tech |
Definition at line 220 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().
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().