X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9a3ec37da47b35901d0ad25a257398895c37bfb1..5171f194c7366bc64d7b4f6a7e2a9ca098bdafaf:/projects/stargazer/plugins/other/radius/conn.h?ds=sidebyside diff --git a/projects/stargazer/plugins/other/radius/conn.h b/projects/stargazer/plugins/other/radius/conn.h index 38f2db2f..96e74300 100644 --- a/projects/stargazer/plugins/other/radius/conn.h +++ b/projects/stargazer/plugins/other/radius/conn.h @@ -28,16 +28,17 @@ class USER; class USERS; class PLUGIN_LOGGER; +class RADIUS; namespace STG { -class Config; +struct Config; class Conn { public: - Conn(USERS& users, PLUGIN_LOGGER& logger, const Config& config, int fd, const std::string& remote); + Conn(USERS& users, PLUGIN_LOGGER& logger, RADIUS& plugin, const Config& config, int fd, const std::string& remote); ~Conn(); int sock() const;