]> source.dussan.org Git - rspamd.git/commit
[Feature] Add lockless logging
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 29 Feb 2016 15:18:39 +0000 (15:18 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 29 Feb 2016 15:18:39 +0000 (15:18 +0000)
commit2cbece2248e8a90b7a71319ae59b638b36ced6df
tree476da92d29a0bd275628dc02ee3e50e79710c3d7
parent40c93053ef5687ad722203c05ab7017711e482a1
[Feature] Add lockless logging

Sometimes, it is needed to turn off logging mutex to avoid recursive
mutex obtaining. It is especially useful to do it within children wait
code in the main processes dispatcher.
src/libutil/logger.c
src/libutil/logger.h
src/rspamd.c