]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/radius/conn.h
Optional authorization.
[stg.git] / projects / stargazer / plugins / other / radius / conn.h
index 17ebc8cfdd8b07f36707e4881ad8d7a9681c17c6..96e74300f2f7f8b413570f0b362f3a970415792e 100644 (file)
@@ -28,6 +28,7 @@
 class USER;
 class USERS;
 class PLUGIN_LOGGER;
+class RADIUS;
 
 namespace STG
 {
@@ -37,7 +38,7 @@ 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;