diff options
Diffstat (limited to 'src/lib/util/io/socketsession.h')
-rw-r--r-- | src/lib/util/io/socketsession.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/util/io/socketsession.h b/src/lib/util/io/socketsession.h index 00415d15ed..52e33de64d 100644 --- a/src/lib/util/io/socketsession.h +++ b/src/lib/util/io/socketsession.h @@ -21,6 +21,10 @@ namespace io { /// \page SocketSessionUtility Socket session utility /// +/// \note This class is currently unused. Once we get to the implementation +/// of the remote parts of the management API, we will evaluate whether +/// this code is useful or not and either start using it or remove it. +/// /// This utility defines a set of classes that support forwarding a /// "socket session" from one process to another. A socket session is a /// conceptual tuple of the following elements: |