[asterisk-commits] mmichelson: branch mmichelson/pub_sub r385909 - /team/mmichelson/pub_sub/incl...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Apr 16 14:02:59 CDT 2013
Author: mmichelson
Date: Tue Apr 16 14:02:57 2013
New Revision: 385909
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=385909
Log:
Okay, one more comment.
Modified:
team/mmichelson/pub_sub/include/asterisk/res_sip_pubsub.h
Modified: team/mmichelson/pub_sub/include/asterisk/res_sip_pubsub.h
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/pub_sub/include/asterisk/res_sip_pubsub.h?view=diff&rev=385909&r1=385908&r2=385909
==============================================================================
--- team/mmichelson/pub_sub/include/asterisk/res_sip_pubsub.h (original)
+++ team/mmichelson/pub_sub/include/asterisk/res_sip_pubsub.h Tue Apr 16 14:02:57 2013
@@ -58,8 +58,8 @@
* This is a subscriber and notifier callback.
*
* The handler is not expected to send any sort of requests or responses
- * during this callback. This callback is useful for performing any
- * necessary cleanup
+ * during this callback. The handler MUST, however, begin the destruction
+ * process for the subscription during this callback.
*/
void (*subscription_shutdown)(struct ast_sip_subscription *subscription);
More information about the asterisk-commits
mailing list