[asterisk-dev] [Code Review] 4108: Weak References

Corey Farrell reviewboard at asterisk.org
Wed Oct 22 17:33:20 CDT 2014


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/4108/
-----------------------------------------------------------

Review request for Asterisk Developers, George Joseph and rmudgett.


Repository: Asterisk


Description
-------

This implements weak references.  The weak object is a real ao2 with normal reference counting of its own.  The original object is destroyed when the only reference remaining is from the weak object.


Diffs
-----

  /trunk/tests/test_astobj2_weaken.c PRE-CREATION 
  /trunk/main/astobj2.c 426072 
  /trunk/include/asterisk/astobj2.h 426072 

Diff: https://reviewboard.asterisk.org/r/4108/diff/


Testing
-------

Very little, I'm unsure how to actually test that this cannot race, since any potential for a race would be due to very exact timing.


Thanks,

Corey Farrell

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20141022/5615c109/attachment.html>


More information about the asterisk-dev mailing list