]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimson/osd: fix the Clang build in create_watch_info().
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Sat, 15 Feb 2020 12:20:47 +0000 (13:20 +0100)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Sat, 15 Feb 2020 12:30:26 +0000 (13:30 +0100)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crimson/osd/ops_executer.cc

index d332bbe807d8f570ab7006ef1b4c12ff377f1f8e..c3d797e581598bbf3ee5b88eae8c163120a536f0 100644 (file)
@@ -111,8 +111,8 @@ OpsExecuter::call_errorator::future<> OpsExecuter::do_op_call(OSDOp& osd_op)
   );
 }
 
-static watch_info_t create_watch_info(const auto& osd_op,
-                                      const auto& msg)
+static watch_info_t create_watch_info(const OSDOp& osd_op,
+                                      const MOSDOp& msg)
 {
   using crimson::common::local_conf;
   const uint32_t timeout =