add missing src files (IXSetThreadName.{cpp,h}) ...
This commit is contained in:
13
ixwebsocket/IXSetThreadName.h
Normal file
13
ixwebsocket/IXSetThreadName.h
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
* IXSetThreadName.h
|
||||
* Author: Benjamin Sergeant
|
||||
* Copyright (c) 2018 Machine Zone, Inc. All rights reserved.
|
||||
*/
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
namespace ix
|
||||
{
|
||||
void setThreadName(const std::string& name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user