BIND 10 trac1261, updated. e9e29a281b0b8b9d91fe9097e51c7e5df6d3ff78 [1261] a bit more documentation

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 5 08:35:14 UTC 2011


The branch, trac1261 has been updated
       via  e9e29a281b0b8b9d91fe9097e51c7e5df6d3ff78 (commit)
      from  fcd39b6e84665a033d7ee4c06bd904e2b416c53a (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 e9e29a281b0b8b9d91fe9097e51c7e5df6d3ff78
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Oct 5 01:35:05 2011 -0700

    [1261] a bit more documentation

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

Summary of changes:
 src/bin/xfrin/xfrin.py.in |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index 01ca8d3..86c3281 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -205,6 +205,12 @@ class XfrinState:
 
         All subclass has their specific behaviors for this method, so
         there is no default definition.
+
+        This method returns a boolean value: True if the given RR was
+        fully handled and the caller should go to the next RR; False
+        if the caller needs to call this method with the (possibly) new
+        state for the same RR again.
+
         '''
         pass
 




More information about the bind10-changes mailing list