Thu Apr 28 2011 17:14:04
Asterisk developer's documentation
- Global ast_rtp_write (struct ast_rtp *rtp, struct ast_frame *f)
- XXX this might never be free'd. Why do we do this?
- Global dahdi_dnd (struct dahdi_pvt *dahdichan, int on)
- the use of the word "channel" for those dahdichans is really confusing.
- File dnsmgr.c
- There is a minor race condition. In the event that an IP address of a dnsmgr managed host changes, there is the potential for the consumer of that address to access the in_addr data at the same time that the dnsmgr thread is in the middle of updating it to the new address.
- Group Object counters @
- These counters are not handled in a thread-safe way ast_atomic_fetchadd_int() should be used to modify these values.