svn commit: r256351 - projects/zfsd/head/cddl/sbin/zfsd
Alan Somers
asomers at FreeBSD.org
Fri Oct 11 21:41:07 UTC 2013
Author: asomers
Date: Fri Oct 11 21:41:07 2013
New Revision: 256351
URL: http://svnweb.freebsd.org/changeset/base/256351
Log:
cddl/sbin/zfsd/callout.cc
Restore the doxygen file header that was accidentally left out of
rev 224922. No functional changes.
Submitted by: gibbs
Approved by: ken (mentor)
Sponsored by: Spectra Logic Corporation
Modified:
projects/zfsd/head/cddl/sbin/zfsd/callout.cc
Modified: projects/zfsd/head/cddl/sbin/zfsd/callout.cc
==============================================================================
--- projects/zfsd/head/cddl/sbin/zfsd/callout.cc Fri Oct 11 21:30:27 2013 (r256350)
+++ projects/zfsd/head/cddl/sbin/zfsd/callout.cc Fri Oct 11 21:41:07 2013 (r256351)
@@ -30,6 +30,13 @@
* Authors: Justin T. Gibbs (Spectra Logic Corporation)
*/
+/**
+ * \file callout.cc
+ *
+ * \brief Implementation of the Callout class - multi-client
+ * timer services built on top of the POSIX interval timer.
+ */
+
#include <signal.h>
#include <syslog.h>
More information about the svn-src-projects
mailing list