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

(Updated Feb. 5, 2015, 2:30 a.m.)


Review request for Asterisk Developers, George Joseph and rmudgett.


Changes
-------

Address Richard's findings.


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 (updated)
-----

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

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

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to