[asterisk-commits] kharwell: branch kharwell/pimp_sip_state r390438 - in /team/kharwell/pimp_sip...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jun 4 17:34:24 CDT 2013
Author: kharwell
Date: Tue Jun 4 17:34:22 2013
New Revision: 390438
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=390438
Log:
Corrected the docs on ast_manager_event_blob_create
........
Merged revisions 390398 from file:///srv/subversion/repos/asterisk/trunk
........
Merged revisions 390403 from http://svn.asterisk.org/svn/asterisk/team/group/pimp_my_sip
Modified:
team/kharwell/pimp_sip_state/ (props changed)
team/kharwell/pimp_sip_state/include/asterisk/manager.h
Propchange: team/kharwell/pimp_sip_state/
------------------------------------------------------------------------------
automerge = *
Propchange: team/kharwell/pimp_sip_state/
------------------------------------------------------------------------------
--- pimp_sip_state-integrated (original)
+++ pimp_sip_state-integrated Tue Jun 4 17:34:22 2013
@@ -1,1 +1,1 @@
-/team/group/pimp_my_sip:1-390363
+/team/group/pimp_my_sip:1-390437
Modified: team/kharwell/pimp_sip_state/include/asterisk/manager.h
URL: http://svnview.digium.com/svn/asterisk/team/kharwell/pimp_sip_state/include/asterisk/manager.h?view=diff&rev=390438&r1=390437&r2=390438
==============================================================================
--- team/kharwell/pimp_sip_state/include/asterisk/manager.h (original)
+++ team/kharwell/pimp_sip_state/include/asterisk/manager.h Tue Jun 4 17:34:22 2013
@@ -401,7 +401,9 @@
/*!
* \since 12
- * \brief Construct a \ref snapshot_manager_event.
+ * \brief Construct a \ref ast_manager_event_blob.
+ *
+ * The returned object is AO2 managed, so clean up with ao2_cleanup().
*
* \param event_flags Flags the event should be raised with.
* \param manager_event The event to be raised, should be a string literal.
More information about the asterisk-commits
mailing list