Implement reload method
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef LOGID_LOGID_H
|
||||
#define LOGID_LOGID_H
|
||||
|
||||
#include <mutex>
|
||||
|
||||
namespace logid
|
||||
{
|
||||
void reload();
|
||||
|
||||
extern bool kill_logid;
|
||||
extern std::mutex finder_reloading;
|
||||
}
|
||||
|
||||
#endif //LOGID_LOGID_H
|
||||
Reference in New Issue
Block a user