BIND 10 trac2850_2, updated. c312fa4f4866b21aca35bc4987f8f0e83b198ef9 [2850] Update comment that it doesn't actually fail

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 13 14:31:19 UTC 2013


The branch, trac2850_2 has been updated
       via  c312fa4f4866b21aca35bc4987f8f0e83b198ef9 (commit)
      from  211389e129c7c27129fda481deda0dd649630a98 (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 c312fa4f4866b21aca35bc4987f8f0e83b198ef9
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon May 13 20:00:57 2013 +0530

    [2850] Update comment that it doesn't actually fail

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

Summary of changes:
 src/lib/util/memory_segment_mapped.cc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/util/memory_segment_mapped.cc b/src/lib/util/memory_segment_mapped.cc
index 88bdaed..0d82ffd 100644
--- a/src/lib/util/memory_segment_mapped.cc
+++ b/src/lib/util/memory_segment_mapped.cc
@@ -141,7 +141,8 @@ struct MemorySegmentMapped::Impl {
         if (!read_only_) {
             // Reserve a named address for use during
             // setNamedAddress(). Though this will almost always succeed
-            // during construction, it may fail later during a call from
+            // on the first try during construction, it may require
+            // multiple attempts later during a call from
             // allMemoryDeallocated() when the segment has been in use
             // for a while.
             while (true) {



More information about the bind10-changes mailing list