[svn-commits] russell: trunk r193459 - /trunk/main/channel.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sat May 9 06:30:18 CDT 2009
Author: russell
Date: Sat May 9 06:30:15 2009
New Revision: 193459
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=193459
Log:
Declare private data as static.
Modified:
trunk/main/channel.c
Modified: trunk/main/channel.c
URL: http://svn.asterisk.org/svn-view/asterisk/trunk/main/channel.c?view=diff&rev=193459&r1=193458&r2=193459
==============================================================================
--- trunk/main/channel.c (original)
+++ trunk/main/channel.c Sat May 9 06:30:15 2009
@@ -354,7 +354,7 @@
}
/*! \brief Datastore to put the linked list of ast_chan_trace and trace status */
-const struct ast_datastore_info ast_chan_trace_datastore_info = {
+static const struct ast_datastore_info ast_chan_trace_datastore_info = {
.type = "ChanTrace",
.destroy = ast_chan_trace_destroy_cb
};
More information about the svn-commits
mailing list