ubus: add support for getting a list of remote hosts

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2021-07-06 19:23:59 +02:00
parent 8be33b596b
commit 0029f3ce2e
3 changed files with 24 additions and 1 deletions

1
node.h
View File

@@ -86,6 +86,7 @@ struct usteer_remote_node {
extern struct avl_tree local_nodes;
extern struct list_head remote_nodes;
extern struct avl_tree remote_hosts;
#define for_each_local_node(node) \
avl_for_each_element(&local_nodes, node, avl) \