From: Casey Bodley Date: Wed, 26 Apr 2023 17:02:35 +0000 (-0400) Subject: common: Graylog uses granular asio headers X-Git-Tag: v19.0.0~216^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bfc591f529c6e06bacc45913d7d650e54a634e6b;p=ceph.git common: Graylog uses granular asio headers and use the updated class name io_context Signed-off-by: Casey Bodley --- diff --git a/src/common/Graylog.h b/src/common/Graylog.h index c8c50131999d..f70ac754cfa7 100644 --- a/src/common/Graylog.h +++ b/src/common/Graylog.h @@ -4,7 +4,8 @@ #ifndef __CEPH_LOG_GRAYLOG_H #define __CEPH_LOG_GRAYLOG_H -#include +#include +#include #include #include @@ -66,7 +67,7 @@ class Graylog std::string m_logger; boost::asio::ip::udp::endpoint m_endpoint; - boost::asio::io_service m_io_service; + boost::asio::io_context m_io_service; std::unique_ptr m_formatter; std::unique_ptr m_formatter_section;