rename script_data to node_info

It's a more descriptive name, and we will have host_info later as well

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2021-07-06 14:29:24 +02:00
parent e0cd9522dc
commit e9641c4657
8 changed files with 27 additions and 27 deletions

2
node.h
View File

@@ -51,7 +51,7 @@ struct usteer_local_node {
uint64_t time, time_busy;
struct kvlist script_data;
struct kvlist node_info;
struct {
bool present;