BIND 10 trac1603, updated. 896dd6912cefe2190fc12f58b2ce291f17599b8e [1603] added one note about where to place seq_hashes.
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Mar 12 22:18:38 UTC 2012
The branch, trac1603 has been updated
via 896dd6912cefe2190fc12f58b2ce291f17599b8e (commit)
from 4dbcf3b666bf27ae2c3018007e163235e5c326e2 (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 896dd6912cefe2190fc12f58b2ce291f17599b8e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Mar 12 15:18:19 2012 -0700
[1603] added one note about where to place seq_hashes.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/messagerenderer.cc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/messagerenderer.cc b/src/lib/dns/messagerenderer.cc
index 1f087f8..d5c7c69 100644
--- a/src/lib/dns/messagerenderer.cc
+++ b/src/lib/dns/messagerenderer.cc
@@ -219,6 +219,8 @@ struct MessageRenderer::MessageRendererImpl {
CompressMode compress_mode_;
// Placeholder for hash values as they are calculated in writeName().
+ // Note: we may want to make it a local variable of writeName() if it
+ // works more efficiently.
boost::array<size_t, Name::MAX_LABELS> seq_hashes_;
};
More information about the bind10-changes
mailing list