Added option "init-threads".
This commit is contained in:
parent
2876702ea2
commit
4a32494060
4 changed files with 31 additions and 7 deletions
|
@ -44,6 +44,7 @@ class Rx
|
|||
public:
|
||||
static RxDataset *dataset();
|
||||
static RxDataset *dataset(const uint8_t *seed, const Algorithm &algorithm, bool hugePages = true);
|
||||
static void setInitThreads(int count);
|
||||
static void stop();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue