BIND 10 trac2862, updated. f77c763e59c2f49e3f8b749d5eda1dad5a4c272c [2862] Define command to pass the segment info

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jul 10 07:47:24 UTC 2013


The branch, trac2862 has been updated
  discards  4cabcf45b17534ae0b114acf45bb73c369ba45d3 (commit)
       via  f77c763e59c2f49e3f8b749d5eda1dad5a4c272c (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (4cabcf45b17534ae0b114acf45bb73c369ba45d3)
            \
             N -- N -- N (f77c763e59c2f49e3f8b749d5eda1dad5a4c272c)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 f77c763e59c2f49e3f8b749d5eda1dad5a4c272c
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Jul 9 15:44:44 2013 +0200

    [2862] Define command to pass the segment info

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

Summary of changes:
 src/bin/auth/datasrc_clients_mgr.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/datasrc_clients_mgr.h b/src/bin/auth/datasrc_clients_mgr.h
index 1d1c3e9..bb7e6f4 100644
--- a/src/bin/auth/datasrc_clients_mgr.h
+++ b/src/bin/auth/datasrc_clients_mgr.h
@@ -685,7 +685,7 @@ DataSrcClientsBuilderBase<MutexType, CondVarType>::handleCommand(
     }
 
     const boost::array<const char*, NUM_COMMANDS> command_desc = {
-        {"NOOP", "RECONFIGURE", "LOADZONE", "SHUTDOWN"}
+        {"NOOP", "RECONFIGURE", "LOADZONE", "SEGMENT_INFO_UPDATE", "SHUTDOWN"}
     };
     LOG_DEBUG(auth_logger, DBGLVL_TRACE_BASIC,
               AUTH_DATASRC_CLIENTS_BUILDER_COMMAND).arg(command_desc.at(cid));



More information about the bind10-changes mailing list