]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/fiber/examples/asio/round_robin.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / fiber / examples / asio / round_robin.hpp
index 9c47523958fefff2484e24aa99aa55abed645202..02b3fbdb5a56e37dea96ed77e4b36a673fcc15e4 100644 (file)
@@ -68,7 +68,7 @@ public:
 //]
 
 //[asio_rr_ctor
-    round_robin( std::shared_ptr< boost::asio::io_context > const& io_ctx_) :
+    round_robin( std::shared_ptr< boost::asio::io_context > const& io_ctx) :
         io_ctx_( io_ctx),
         suspend_timer_( * io_ctx_) {
         // We use add_service() very deliberately. This will throw