mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 04:05:45 +00:00
service/sockets: Add missing bsdcfg socket service
This commit is contained in:
parent
3fd5ff4be6
commit
8827701e2a
3 changed files with 29 additions and 0 deletions
|
@ -26,4 +26,9 @@ private:
|
|||
u32 next_fd = 1;
|
||||
};
|
||||
|
||||
class BSDCFG final : public ServiceFramework<BSDCFG> {
|
||||
public:
|
||||
explicit BSDCFG();
|
||||
};
|
||||
|
||||
} // namespace Service::Sockets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue