BIND 10 trac2157_2, updated. 10a2897883c51ec83247ddcfe137a19807f41a69 [2157] some editorial cleanups for pydoc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jan 30 03:01:51 UTC 2013
The branch, trac2157_2 has been updated
via 10a2897883c51ec83247ddcfe137a19807f41a69 (commit)
from 5d31621e52c2f2be062284f71a589218ab9a4d0a (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 10a2897883c51ec83247ddcfe137a19807f41a69
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Jan 29 19:00:57 2013 -0800
[2157] some editorial cleanups for pydoc
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/gen-statisticsitems.py.pre.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/gen-statisticsitems.py.pre.in b/src/bin/auth/gen-statisticsitems.py.pre.in
index 9a4e626..027101d 100755
--- a/src/bin/auth/gen-statisticsitems.py.pre.in
+++ b/src/bin/auth/gen-statisticsitems.py.pre.in
@@ -291,8 +291,8 @@ def generate_cxx(itemsfile, ccfile, utfile, def_mtime):
COUNTER_ITEM, ///< item's descriptin
- item_names consists of tuples of three elements, depending on
whether it's a leaf element (no child from it) or not:
- (leaf) { "item_name", NULL, COUNTER_ITEM },
- (branch) { "item_name", CHILD_NAME, NOT_ITEM
+ (leaf) ( "item_name", NULL, COUNTER_ITEM )
+ (branch) ( "item_name", CHILD_NAME, NOT_ITEM )
Each single call to this function builds a C++ structure beginning
with the given item_head, which is a string that reads like
More information about the bind10-changes
mailing list