BIND 10 trac2831, updated. e825b22e4ea06a8f0ecc8645fbd42af230d05151 [2831] Make a minor comment update about additional case
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Apr 29 07:41:52 UTC 2013
The branch, trac2831 has been updated
via e825b22e4ea06a8f0ecc8645fbd42af230d05151 (commit)
from a2fcb467b96cb4229e35330a9ca72db8065953bb (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 e825b22e4ea06a8f0ecc8645fbd42af230d05151
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Apr 29 13:11:37 2013 +0530
[2831] Make a minor comment update about additional case
-----------------------------------------------------------------------
Summary of changes:
src/lib/util/memory_segment_mapped.h | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/util/memory_segment_mapped.h b/src/lib/util/memory_segment_mapped.h
index fe8a29a..7685e30 100644
--- a/src/lib/util/memory_segment_mapped.h
+++ b/src/lib/util/memory_segment_mapped.h
@@ -38,9 +38,12 @@ namespace util {
/// Multiple processes can open multiple segments for the same file in
/// read-only mode at the same time. But there shouldn't be more than
/// one process that opens segments for the same file in read-write mode
-/// at the same time. Likewise, if one process opens a segment for a file
-/// there shouldn't be any other process that opens a segment for the file
-/// in read-only mode. This class tries to detect any violation of this
+/// at the same time. Likewise, if one process opens a segment for a
+/// file in read-write mode, there shouldn't be any other process that
+/// opens a segment for the file in read-only mode. If one or more
+/// processes open segments for a file in read-only mode, there
+/// shouldn't be any other process that opens a segment for the file in
+/// read-write mode. This class tries to detect any violation of this
/// restriction, but this does not intend to provide 100% safety. It's
/// generally the user's responsibility to ensure this condition.
///
More information about the bind10-changes
mailing list