BIND 10 trac2850_2, updated. 909a05ac4185589eb2304d815b5ccd108f92f4b7 [2850] constify
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 1 21:01:36 UTC 2013
The branch, trac2850_2 has been updated
via 909a05ac4185589eb2304d815b5ccd108f92f4b7 (commit)
from 1453084c9e0ecc7c3663678031f3d19c5f91adff (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 909a05ac4185589eb2304d815b5ccd108f92f4b7
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 1 14:01:30 2013 -0700
[2850] constify
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/zone_writer.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_writer.h b/src/lib/datasrc/memory/zone_writer.h
index cfba6cc..633ba1e 100644
--- a/src/lib/datasrc/memory/zone_writer.h
+++ b/src/lib/datasrc/memory/zone_writer.h
@@ -98,10 +98,10 @@ public:
void cleanup();
private:
- ZoneTableSegment* segment_;
- LoadAction load_action_;
- dns::Name origin_;
- dns::RRClass rrclass_;
+ ZoneTableSegment* const segment_;
+ const LoadAction load_action_;
+ const dns::Name origin_;
+ const dns::RRClass rrclass_;
ZoneData* zone_data_;
enum State {
ZW_UNUSED,
More information about the bind10-changes
mailing list