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;