BIND 10 trac2138, updated. af5177603e253e05a4ca024e7cca4d33176c30b7 [2138] bind10-gude.xml update and comment update

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Aug 21 09:39:16 UTC 2012


The branch, trac2138 has been updated
       via  af5177603e253e05a4ca024e7cca4d33176c30b7 (commit)
      from  2d85cd23b8a9e37bf365471016843110337c757d (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 af5177603e253e05a4ca024e7cca4d33176c30b7
Author: Kazunori Fujiwara <fujiwara at wide.ad.jp>
Date:   Tue Aug 21 18:19:02 2012 +0900

    [2138] bind10-gude.xml update and comment update

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

Summary of changes:
 doc/guide/bind10-guide.xml |   22 ++++------------------
 src/bin/auth/command.cc    |    3 ++-
 2 files changed, 6 insertions(+), 19 deletions(-)

-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index c5df326..9b095d2 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -1407,21 +1407,6 @@ can use various data source backends.
               </simpara>
             </listitem>
           </varlistentry>
-
-          <varlistentry>
-            <term>statistics-interval</term>
-            <listitem>
-              <simpara>
-      <varname>statistics-interval</varname> is the timer interval
-      in seconds for <command>b10-auth</command> to share its
-      statistics information to
-      <citerefentry><refentrytitle>b10-stats</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
-      Statistics updates can be disabled by setting this to 0.
-      The default is 60.
-              </simpara>
-            </listitem>
-          </varlistentry>
-
         </variablelist>
 
       </para>
@@ -1457,10 +1442,11 @@ can use various data source backends.
             <term>sendstats</term>
             <listitem>
               <simpara>
-      <command>sendstats</command> tells <command>b10-auth</command>
+      <command>getstats</command> requests <command>b10-auth</command>
       to send its statistics data to
-      <citerefentry><refentrytitle>b10-stats</refentrytitle><manvolnum>8</manvolnum></citerefentry>
-      immediately.
+      <citerefentry><refentrytitle>b10-stats</refentrytitle>
+      <manvolnum>8</manvolnum></citerefentry>
+      as a response of the command.
               </simpara>
             </listitem>
           </varlistentry>
diff --git a/src/bin/auth/command.cc b/src/bin/auth/command.cc
index d3a44a3..656ac6c 100644
--- a/src/bin/auth/command.cc
+++ b/src/bin/auth/command.cc
@@ -105,7 +105,8 @@ public:
                                  isc::data::ConstElementPtr args) = 0;
 };
 
-// Handle the "shutdown" command.
+// Handle the "shutdown" command. An optional parameter "pid" is used to
+// see if it is really for our instance.
 class ShutdownCommand : public AuthCommand {
 public:
     virtual ConstElementPtr exec(AuthSrv& server,



More information about the bind10-changes mailing list