projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Astobj2: Run weakproxy subscription callbacks in reverse order.
[asterisk/asterisk.git]
/
include
/
asterisk
/
astobj2.h
diff --git
a/include/asterisk/astobj2.h
b/include/asterisk/astobj2.h
index
e02a4cd
..
4a7aeee
100644
(file)
--- a/
include/asterisk/astobj2.h
+++ b/
include/asterisk/astobj2.h
@@
-612,6
+612,8
@@
void *__ao2_weakproxy_get_object(void *weakproxy, int flags,
* \retval 0 Success
* \retval -1 Failure
*
+ * \note Callbacks are run in the reverse order of subscriptions.
+ *
* \note This procedure will allow the same cb / data pair to be added to
* the same weakproxy multiple times.
*