diff options
Diffstat (limited to 'src/server/events/Connect.hpp')
-rw-r--r-- | src/server/events/Connect.hpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/server/events/Connect.hpp b/src/server/events/Connect.hpp index 3b9e64a3..92f8bcf4 100644 --- a/src/server/events/Connect.hpp +++ b/src/server/events/Connect.hpp @@ -49,11 +49,12 @@ namespace Events { class Connect : public Event { public: - Connect(Engine& engine, - SharedPtr<Request> request, - SampleCount timestamp, - const Raul::Path& src_port_path, - const Raul::Path& dst_port_path); + Connect(Engine& engine, + ClientInterface* client, + int32_t id, + SampleCount timestamp, + const Raul::Path& src_port_path, + const Raul::Path& dst_port_path); void pre_process(); void execute(ProcessContext& context); |