X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnode.h;fp=src%2Fnode.h;h=9fad554550f0da2b3cc62da77dc0ce6c21637403;hb=43d8f901c4bbb693643bb6f188c97dd28c1d0b0a;hp=acbf2e8bfec4b866458fdc4e94d5959952065bc1;hpb=ed1f31db1e8840ffd6849b48bcad93e9975a24bb;p=meshlink diff --git a/src/node.h b/src/node.h index acbf2e8b..9fad5545 100644 --- a/src/node.h +++ b/src/node.h @@ -50,7 +50,7 @@ typedef struct node_t { dev_class_t devclass; struct meshlink_handle *mesh; /* The mesh this node belongs to */ - struct submesh_t *submesh; /* Nodes Sub-Mesh Handle*/ + struct submesh_t *submesh; /* Nodes Sub-Mesh Handle*/ int sock; /* Socket to use for outgoing UDP packets */ sockaddr_t address; /* his real (internet) ip to send UDP packets to */