]> git.meshlink.io Git - meshlink-tiny/blobdiff - src/node.h
Remove support for submeshes.
[meshlink-tiny] / src / node.h
index 26d868dd185f3c635677f9dd22b70dfe424f68a2..dd19884537334dac78f910ff55e274b6811e759f 100644 (file)
 */
 
 #include "event.h"
+#include "meshlink_internal.h"
 #include "sockaddr.h"
 #include "sptps.h"
 #include "utcp.h"
-#include "submesh.h"
 
 typedef struct node_status_t {
        uint16_t validkey: 1;               /* 1 if we currently have a valid key for him */
@@ -74,7 +74,6 @@ typedef struct node_t {
 
        // Used for meta-connection I/O, timeouts
        struct meshlink_handle *mesh;           /* The mesh this node belongs to */
-       struct submesh_t *submesh;              /* Nodes Sub-Mesh Handle*/
 
        time_t last_req_key;