зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1254780
- Shrink log_types from 1024 entries to 16. r=ekr.
--HG-- extra : rebase_source : 7cc7a749b080fb3e35c9b8cf285ff88738ef3234
This commit is contained in:
Родитель
5752d3b3e6
Коммит
d6246f169d
|
@ -102,7 +102,7 @@ typedef struct log_type_ {
|
|||
NR_registry dest_facility_key[LOG_NUM_DESTINATIONS];
|
||||
} log_type;
|
||||
|
||||
#define MAX_LOG_TYPES 1024
|
||||
#define MAX_LOG_TYPES 16
|
||||
|
||||
static log_type log_types[MAX_LOG_TYPES];
|
||||
static int log_type_ct;
|
||||
|
|
Загрузка…
Ссылка в новой задаче