BIND 10 trac2916, updated. c832257c559d982c221595331f75e16df2e0b5f5 [2916] a bit more documentation
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue May 14 22:52:08 UTC 2013
The branch, trac2916 has been updated
via c832257c559d982c221595331f75e16df2e0b5f5 (commit)
from 4be4af38b1179f61740628da95a5c0853e1a17ea (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 c832257c559d982c221595331f75e16df2e0b5f5
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 14 15:52:00 2013 -0700
[2916] a bit more documentation
-----------------------------------------------------------------------
Summary of changes:
src/lib/asiolink/local_socket.h | 4 ++++
1 file changed, 4 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/asiolink/local_socket.h b/src/lib/asiolink/local_socket.h
index ea32f4d..6269b7c 100644
--- a/src/lib/asiolink/local_socket.h
+++ b/src/lib/asiolink/local_socket.h
@@ -31,6 +31,10 @@ namespace asiolink {
/// directly. Right now it only provides read interface due to the limited
/// expected usage, but it can be extended as we see need for other operations
/// on this socket.
+///
+/// Note that in the initial implementation there's even no stop() or cancel()
+/// method; for these cases users are expected to just destroy the socket
+/// object (this may be extended in future, too).
class LocalSocket : boost::noncopyable, public IOSocket {
public:
/// \brief Constructor from a native file descriptor of AF_UNIX stream
More information about the bind10-changes
mailing list