From 88b091cc95b346da50d21ba2526c76d760ad97fa Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 10 Feb 2001 05:54:35 +0000 Subject: Write buffer - logs and rawlogs write to files through this. By default everything gets written immediately, but you can make it wait until there's specified amount of data in buffer or write once in a hour or so. Useful for people who want to keep hard disk at sleep at nights but still want to log. /SET write_buffer_mins, /SET write_buffer_kb: When to flush buffer. /FLUSHBUFFER: Flush the buffer immediately git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1201 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/core/Makefile.am') diff --git a/src/core/Makefile.am b/src/core/Makefile.am index c1e12337..cce6b945 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -46,7 +46,8 @@ libcore_a_SOURCES = \ servers-setup.c \ settings.c \ signals.c \ - special-vars.c + special-vars.c \ + write-buffer.c structure_headers = \ chatnet-rec.h \ @@ -94,6 +95,7 @@ noinst_HEADERS = \ signals.h \ special-vars.h \ window-item-def.h \ + write-buffer.h \ $(structure_headers) EXTRA_DIST = \ -- cgit v1.2.3