Searched refs:slt_log_count (Results 1 – 1 of 1) sorted by relevance
87 int32_t slt_log_count; /* Max rolled logs to keep */ member267 for (i = slmp->slt_log_count; i > 1; i--) { in check_file_size()1186 slmp->slt_log_count = fmd_prop_get_int32(hdl, "logcount"); in _fmd_init()1187 if (slmp->slt_log_count < MIN_LOG_COUNT) { in _fmd_init()1188 slmp->slt_log_count = MIN_LOG_COUNT; in _fmd_init()