BIND 10 trac2861, updated. 54c8dec80aa3198a5f6dd7123c1ca415a85a27f8 [2861] Document possible values

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jul 11 07:23:56 UTC 2013


The branch, trac2861 has been updated
       via  54c8dec80aa3198a5f6dd7123c1ca415a85a27f8 (commit)
      from  009e306698d3c8018fc2a83aa2c9cb6bd787a875 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 54c8dec80aa3198a5f6dd7123c1ca415a85a27f8
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Jul 11 09:23:37 2013 +0200

    [2861] Document possible values

-----------------------------------------------------------------------

Summary of changes:
 src/bin/auth/datasrc_clients_mgr.h |    5 +++++
 1 file changed, 5 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/datasrc_clients_mgr.h b/src/bin/auth/datasrc_clients_mgr.h
index 33698cc..a2d3d1f 100644
--- a/src/bin/auth/datasrc_clients_mgr.h
+++ b/src/bin/auth/datasrc_clients_mgr.h
@@ -109,8 +109,13 @@ struct Command {
     /// \brief Argument of the command.
     ///
     /// If the command takes no argument, it should be null pointer.
+    ///
+    /// This may be a null pointer if the command takes no parameters.
     data::ConstElementPtr params;
     /// \brief A callback to be called once the command finishes.
+    ///
+    /// This may be an empty boost::function. In such case, no callback
+    /// will be called after completion.
     FinishedCallback callback;
 };
 



More information about the bind10-changes mailing list