mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Move threading classes to zeek namespaces
This commit is contained in:
parent
f310795d79
commit
1262109e5a
42 changed files with 299 additions and 210 deletions
|
@ -7,7 +7,7 @@
|
|||
#include "Manager.h"
|
||||
#include "util.h"
|
||||
|
||||
using namespace threading;
|
||||
namespace zeek::threading {
|
||||
|
||||
static const int STD_FMT_BUF_LEN = 2048;
|
||||
|
||||
|
@ -193,3 +193,5 @@ void* BasicThread::launcher(void *arg)
|
|||
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
} // namespace zeek::threading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue