[asterisk-commits] kmoore: branch kmoore/stasis-cel_refactoring r388889 - /team/kmoore/stasis-ce...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed May 15 14:32:51 CDT 2013


Author: kmoore
Date: Wed May 15 14:32:49 2013
New Revision: 388889

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=388889
Log:
More cleanup

Modified:
    team/kmoore/stasis-cel_refactoring/main/cel.c

Modified: team/kmoore/stasis-cel_refactoring/main/cel.c
URL: http://svnview.digium.com/svn/asterisk/team/kmoore/stasis-cel_refactoring/main/cel.c?view=diff&rev=388889&r1=388888&r2=388889
==============================================================================
--- team/kmoore/stasis-cel_refactoring/main/cel.c (original)
+++ team/kmoore/stasis-cel_refactoring/main/cel.c Wed May 15 14:32:49 2013
@@ -805,7 +805,7 @@
 #define lid_cmp app_cmp
 
 /*! \brief Typedef for callbacks that get called on channel snapshot updates */
-typedef void (*cel_snapshot_monitor)(
+typedef void (*cel_channel_snapshot_monitor)(
 	struct ast_channel_snapshot *old_snapshot,
 	struct ast_channel_snapshot *new_snapshot);
 
@@ -879,7 +879,7 @@
 	}
 }
 
-cel_snapshot_monitor cel_channel_monitors[] = {
+cel_channel_snapshot_monitor cel_channel_monitors[] = {
 	cel_channel_state_change,
 	cel_channel_app_change,
 	cel_channel_linkedid_change,




More information about the asterisk-commits mailing list