ubus: add api for modifying node script data

This is replicated across nodes

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2021-07-06 10:29:20 +02:00
parent 7f52d413f2
commit 831b46a705
4 changed files with 98 additions and 0 deletions

2
node.h
View File

@@ -51,6 +51,8 @@ struct usteer_local_node {
uint64_t time, time_busy;
struct kvlist script_data;
struct {
bool present;
struct uloop_timeout update;