[WIP] sfdnsres: stub (#146)

sfdnsres: Add several stubs
This commit is contained in:
mailwl
2018-01-30 09:29:47 +03:00
committed by bunnei
parent 449e32bb81
commit eaa9f968a6
5 changed files with 52 additions and 2 deletions

View File

@ -12,10 +12,11 @@ namespace Sockets {
class SFDNSRES final : public ServiceFramework<SFDNSRES> {
public:
SFDNSRES() : ServiceFramework("sfdnsres") {}
SFDNSRES();
~SFDNSRES() = default;
private:
void GetAddrInfo(Kernel::HLERequestContext& ctx);
};
} // namespace Sockets