BIND 10 trac2765, updated. a52c2327de24151a8a9f1d93f4bb6c3ee3962ac0 [2765] Added throw tag to the openFallbackSocket function.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Dec 3 13:02:29 UTC 2013


The branch, trac2765 has been updated
       via  a52c2327de24151a8a9f1d93f4bb6c3ee3962ac0 (commit)
      from  ddf389fa6171e8b6b57bf8b359d5b2db45727dc1 (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 a52c2327de24151a8a9f1d93f4bb6c3ee3962ac0
Author: Marcin Siodelski <marcin at isc.org>
Date:   Tue Dec 3 14:02:21 2013 +0100

    [2765] Added throw tag to the openFallbackSocket function.

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

Summary of changes:
 src/lib/dhcp/pkt_filter.h |    2 ++
 1 file changed, 2 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/pkt_filter.h b/src/lib/dhcp/pkt_filter.h
index e9b661b..e35b75d 100644
--- a/src/lib/dhcp/pkt_filter.h
+++ b/src/lib/dhcp/pkt_filter.h
@@ -132,6 +132,8 @@ protected:
     ///
     /// @return A fallback socket descriptor. This descriptor should be assigned
     /// to the @c fallbackfd_ field of the @c isc::dhcp::SocketInfo structure.
+    /// @throw isc::dhcp::SocketConfigError if socket opening, binding or
+    /// configuration fails.
     virtual int openFallbackSocket(const isc::asiolink::IOAddress& addr,
                                    const uint16_t port);
 };



More information about the bind10-changes mailing list