]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add a note about being ready to accept observer invocations before adding an observer.
authorJoshua Colp <jcolp@digium.com>
Tue, 25 Jun 2013 19:22:13 +0000 (19:22 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 25 Jun 2013 19:22:13 +0000 (19:22 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392879 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/sorcery.h

index 464a83c83148086df07fc6fd7c08b44892234055..85d7456153c5e2ba0c40f6fc0d344fea313eb626 100644 (file)
@@ -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);