]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/CommandTable.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / common / CommandTable.h
index 419988f7748b8c6463e82a29a87761175989c0d6..53218d65351fc0ead299cb16afe0af6396e1db57 100644 (file)
@@ -34,13 +34,13 @@ class CommandOp
                         bool mgr=false) const
   {
     if (mgr) {
-      auto m = make_message<MMgrCommand>(fsid);
+      auto m = ceph::make_message<MMgrCommand>(fsid);
       m->cmd = cmd;
       m->set_data(inbl);
       m->set_tid(tid);
       return m;
     } else {
-      auto m = make_message<MCommand>(fsid);
+      auto m = ceph::make_message<MCommand>(fsid);
       m->cmd = cmd;
       m->set_data(inbl);
       m->set_tid(tid);