BIND 10 trac1704_2, updated. e04531f57054b71fa83ad6bc8467e31df311d39c [1704] Add note about exception thrown
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon May 28 12:14:57 UTC 2012
The branch, trac1704_2 has been updated
via e04531f57054b71fa83ad6bc8467e31df311d39c (commit)
from 30987308b9623d0cbd4aa010c14e5238dd09e023 (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 e04531f57054b71fa83ad6bc8467e31df311d39c
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon May 28 17:44:44 2012 +0530
[1704] Add note about exception thrown
-----------------------------------------------------------------------
Summary of changes:
src/lib/util/interprocess_sync_file.h | 3 +++
1 file changed, 3 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/util/interprocess_sync_file.h b/src/lib/util/interprocess_sync_file.h
index 84016a6..0c99929 100644
--- a/src/lib/util/interprocess_sync_file.h
+++ b/src/lib/util/interprocess_sync_file.h
@@ -38,6 +38,9 @@ public:
/// interprocess synchronization mechanism. Please see the
/// InterprocessSync class documentation for usage.
///
+/// An InterprocessSyncFileError exception may be thrown if there is an
+/// issue opening the lock file.
+///
/// Lock files are created typically in the local state directory
/// (var). They are typically named like "<task_name>_lockfile".
/// This implementation opens lock files lazily (only when
More information about the bind10-changes
mailing list