Bug 1254780 - Shrink log_types from 1024 entries to 16. r=ekr.

--HG--
extra : rebase_source : 7cc7a749b080fb3e35c9b8cf285ff88738ef3234
This commit is contained in:
Nicholas Nethercote 2016-03-11 10:06:32 +11:00
Родитель 5752d3b3e6
Коммит d6246f169d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;