mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Declare private data as static.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@193459 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user