Skip to content
Snippets Groups Projects
Commit 31a55242 authored by Joshua Colp's avatar Joshua Colp
Browse files

Add a note about being ready to accept observer invocations before adding an observer.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392879 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent ea948c69
No related branches found
No related tags found
No related merge requests found
......@@ -588,6 +588,8 @@ int ast_sorcery_diff(const struct ast_sorcery *sorcery, const void *original, co
*
* \retval 0 success
* \retval -1 failure
*
* \note You must be ready to accept observer invocations before this function is called
*/
int ast_sorcery_observer_add(const struct ast_sorcery *sorcery, const char *type, const struct ast_sorcery_observer *callbacks);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment