]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg: remove outdated comments
authorChangcheng Liu <changcheng.liu@aliyun.com>
Mon, 12 Oct 2020 01:17:54 +0000 (09:17 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Mon, 12 Oct 2020 04:58:35 +0000 (12:58 +0800)
Parameter "features" has been removed in commit 0dbe8fd3987d.

Signed-off-by: Changcheng Liu <changcheng.liu@aliyun.com>
src/msg/Messenger.h

index a3836d3c1e2cba42976ac3bd7ef90efbb2f7dfed..e87f3196b1c9b58e2ab8c2f3a1c93c9b12b23d94 100644 (file)
@@ -156,7 +156,6 @@ public:
    * @param name entity name to register
    * @param lname logical name of the messenger in this process (e.g., "client")
    * @param nonce nonce value to uniquely identify this instance on the current host
-   * @param features bits for the local connection
    */
   static Messenger *create(CephContext *cct,
                            const std::string &type,
@@ -173,7 +172,6 @@ public:
    * Create a new messenger instance.
    * Same as the above, but a slightly simpler interface for clients:
    * - Generate a random nonce
-   * - use the default feature bits
    * - get the messenger type from cct
    * - use the client entity_type
    *