mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Remove Supervisor::NodeConfig (6.1 deprecation)
This commit is contained in:
parent
531276cfe0
commit
0d25583049
5 changed files with 1 additions and 61 deletions
|
@ -239,11 +239,6 @@ public:
|
|||
* after any user-specified scripts.
|
||||
*/
|
||||
std::vector<std::string> addl_user_scripts;
|
||||
/**
|
||||
* The former name for addl_user_scripts, now deprecated.
|
||||
*/
|
||||
std::vector<std::string> scripts
|
||||
[[deprecated("Remove in v6.1. Use NodeConfig::addl_user_scripts.")]];
|
||||
/**
|
||||
* Environment variables and values to define in the node.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue