]> git.ipfire.org Git - thirdparty/sarg.git/commit - readlog_common.c
Store the entry time in a structure instead of a pointer
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 26 Aug 2012 09:18:52 +0000 (11:18 +0200)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 26 Aug 2012 09:18:52 +0000 (11:18 +0200)
commitcb53374b032dbd087a136caa58de300768cc2527
treeca73c56ece5be78e2b05f89909b0c3e2102ca5b2
parent1c91da0774c8fdde9768e48a9835b552af42f57d
Store the entry time in a structure instead of a pointer

Instead of requiring that the module keeps track of the entry time on
behalf of the main loop, the entry time is stored in the entry structure.
Therefore, there is no need to keep a static variable inside the module
and pass its pointer to the caller.
authfail.c
denied.c
include/readlog.h
readlog.c
readlog_common.c
readlog_sarg.c
readlog_squid.c