From: Wouter Wijngaards Date: Mon, 17 Jul 2017 08:31:59 +0000 (+0000) Subject: please doxygen X-Git-Tag: release-1.6.6rc1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb890564b32ad1af50fe14e9cea961725bbefdc;p=thirdparty%2Funbound.git please doxygen git-svn-id: file:///svn/unbound/trunk@4277 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/daemon/unbound.c b/daemon/unbound.c index 53b6e1393..6424a4231 100644 --- a/daemon/unbound.c +++ b/daemon/unbound.c @@ -600,6 +600,7 @@ perform_setup(struct daemon* daemon, struct config_file* cfg, int debug_mode, * These increase verbosity as specified in the config file. * @param debug_mode: if set, do not daemonize. * @param log_default_identity: Default identity to report in logs + * @param need_pidfile: if false, no pidfile is checked or created. */ static void run_daemon(const char* cfgfile, int cmdline_verbose, int debug_mode, const char* log_default_identity, int need_pidfile)