From: Greg Farnum Date: Mon, 26 Mar 2012 21:19:40 +0000 (-0700) Subject: dispatcher: fix documentation for ms_handle_reset X-Git-Tag: v0.45~11^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=36ec8e930c9085e055e52cedb9d5397735a3154e;p=ceph.git dispatcher: fix documentation for ms_handle_reset Signed-off-by: Greg Farnum --- diff --git a/src/msg/Dispatcher.h b/src/msg/Dispatcher.h index 16cd03d36c83..f3124187344a 100644 --- a/src/msg/Dispatcher.h +++ b/src/msg/Dispatcher.h @@ -37,9 +37,9 @@ public: virtual void ms_handle_connect(Connection *con) { }; /* - * on any connection reset. * this indicates that the ordered+reliable delivery semantics have * been violated. messages may have been lost. + * Only called on lossy Connections. */ virtual bool ms_handle_reset(Connection *con) = 0;