Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2013 21:41:07 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r256351 - projects/zfsd/head/cddl/sbin/zfsd
Message-ID:  <201310112141.r9BLf7vE033454@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310112141.r9BLf7vE033454>