Keep up to 64 lines of dnsmasq messages in the FIFO buffer.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2019-12-03 22:40:26 +00:00
parent a6a7b9712e
commit 46c622f256
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
// How many messages do we keep in memory (FIFO message buffer)?
// The memory required is the set number in kilobytes
// Defaults to 32 [uses 32 KB of memory]
#define LOG_SIZE 32
// Defaults to 64 [uses 64 KB of memory]
#define LOG_SIZE 64
void init_dnsmasq_fifo_log(void);
void free_dnsmasq_fifo_log(void);