main: add a command line option for dumping remote node data
[project/usteer.git] / usteer.h
index f8ffc8d05fbbcba57dc7d9c74bb04efce270eaa2..749075e60ea913737e7227499eac95339dfea539 100644 (file)
--- a/usteer.h
+++ b/usteer.h
@@ -53,6 +53,7 @@ enum usteer_node_type {
 
 struct sta_info;
 struct usteer_local_node;
+struct usteer_remote_host;
 
 struct usteer_node {
        struct avl_node avl;
@@ -269,4 +270,7 @@ int usteer_lua_init(void);
 int usteer_lua_ubus_init(void);
 void usteer_run_hook(const char *name, const char *arg);
 
+void usteer_dump_node(struct blob_buf *buf, struct usteer_node *node);
+void usteer_dump_host(struct blob_buf *buf, struct usteer_remote_host *host);
+
 #endif