]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mon/PaxosService.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / mon / PaxosService.h
index 93c5e7c81f93273be882459b6365659dfa6291ab..de3145b9bbabc7556653def411e10543c273bb4d 100644 (file)
@@ -358,8 +358,7 @@ public:
    * @invariant This function is only called on a Leader.
    *
    * @param m An update message
-   * @returns 'true' if the update message was handled (e.g., a command that
-   *         went through); 'false' otherwise.
+   * @returns 'true' if the pending state should be proposed; 'false' otherwise.
    */
   virtual bool prepare_update(MonOpRequestRef op) = 0;
   /**