mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
More 'static' qualifiers on module global variables.
The 'pglobal' tool is quite handy indeed :-) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@200620 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -190,7 +190,7 @@ struct devstate_change {
|
||||
char device[1];
|
||||
};
|
||||
|
||||
struct {
|
||||
static struct {
|
||||
pthread_t thread;
|
||||
struct ast_event_sub *event_sub;
|
||||
ast_cond_t cond;
|
||||
|
Reference in New Issue
Block a user