mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +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:
@@ -97,7 +97,7 @@ static char exec_after_rotate[256] = "";
|
||||
static int filesize_reload_needed;
|
||||
static unsigned int global_logmask = 0xFFFF;
|
||||
|
||||
enum rotatestrategy {
|
||||
static enum rotatestrategy {
|
||||
SEQUENTIAL = 1 << 0, /* Original method - create a new file, in order */
|
||||
ROTATE = 1 << 1, /* Rotate all files, such that the oldest file has the highest suffix */
|
||||
TIMESTAMP = 1 << 2, /* Append the epoch timestamp onto the end of the archived file */
|
||||
|
||||
Reference in New Issue
Block a user