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

Commit b8c44ca

Browse files
QxQQxQ
authored andcommitted
BREAKING: added GetKernelName
1 parent 41ccc37 commit b8c44ca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

core/kernel/SSRInstance.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ class SSRKernelInstance : public Qv2rayPlugin::PluginKernel
1313
bool StartKernel() override;
1414
bool StopKernel() override;
1515
void SetConnectionSettings(const QMap<KernelOptionFlags, QVariant> &options, const QJsonObject &settings) override;
16+
QString GetKernelName() const override
17+
{
18+
return "SSR";
19+
}
1620

1721
private:
1822
int socks_local_port;

interface

0 commit comments

Comments
 (0)