Home
last modified time | relevance | path

Searched refs:LOG_QUEUE_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dlogger_handle.h95 #define LOG_QUEUE_MAX_SIZE 0x01000000 // 16M macro
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dlogger_handle.c3124 else if(n > LOG_QUEUE_MAX_SIZE) in logger_set_queue_size()
3126 n = LOG_QUEUE_MAX_SIZE; in logger_set_queue_size()