dect
/
asterisk
Archived
13
0
Fork 0

Declare private data as static.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@193459 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2009-05-09 11:30:15 +00:00
parent ca0911df01
commit cc1864f8ef
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ static void ast_chan_trace_destroy_cb(void *data)
}
/*! \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
};