mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add cpu affinity option to supervised node config
This commit is contained in:
parent
00cd04b0ae
commit
263a5f404a
7 changed files with 94 additions and 3 deletions
|
@ -24,6 +24,7 @@ export {
|
|||
interface: string &optional;
|
||||
directory: string &optional;
|
||||
scripts: vector of string &default = vector();
|
||||
cpu_affinity: int &optional;
|
||||
cluster: table[string] of ClusterEndpoint &default=table();
|
||||
|
||||
# TODO: separate node config fields from status fields ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue