]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/radius/server.h
Radiusю (#12)
[stg.git] / projects / stargazer / plugins / other / radius / server.h
index 7abcff3d66f4bd9d33dd929ab928428485c3f47c..d4efef98687d4c3b880d5c10ecddbea27c91afd7 100644 (file)
@@ -16,7 +16,7 @@ namespace STG
     class Server
     {
         public:
-            Server(boost::asio::io_service& io_service, const std::string& secret, uint16_t port, const std::string& filePath, std::stop_token token, PluginLogger& logger, Users* users);
+            Server(boost::asio::io_context& io_context, const std::string& secret, uint16_t port, const std::string& filePath, std::stop_token token, PluginLogger& logger, Users* users);
             void stop();
         private:
             RadProto::Packet makeResponse(const RadProto::Packet& request);