Destination: cut name for thread name

Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
r4sas
2024-11-12 21:09:21 +00:00
parent ce96f93c80
commit ce0461bf86
2 changed files with 10 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ namespace util
void StartIOService ();
void StopIOService ();
void SetName (std::string_view name) { m_Name = name; };
void SetName (std::string_view name);
private: