Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
BREAKING: added GetKernelName
Browse files Browse the repository at this point in the history
  • Loading branch information
QxQ authored and QxQ committed Oct 15, 2020
1 parent 41ccc37 commit b8c44ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions core/kernel/SSRInstance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ class SSRKernelInstance : public Qv2rayPlugin::PluginKernel
bool StartKernel() override;
bool StopKernel() override;
void SetConnectionSettings(const QMap<KernelOptionFlags, QVariant> &options, const QJsonObject &settings) override;
QString GetKernelName() const override
{
return "SSR";
}

private:
int socks_local_port;
Expand Down
2 changes: 1 addition & 1 deletion interface

0 comments on commit b8c44ca

Please sign in to comment.