X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnode.h;h=ba5b1d48fc9efab5e8839f62e579157b63891e91;hb=2610a548bbeef7a10172889f8aa41d8bfa797c71;hp=4e865dfb29510b011637e61f0478faafeb49f90c;hpb=b88b573eb91ee7dca96ad0a5269bc455e8c97c14;p=meshlink diff --git a/src/node.h b/src/node.h index 4e865dfb..ba5b1d48 100644 --- a/src/node.h +++ b/src/node.h @@ -51,7 +51,6 @@ typedef struct node_t { int sock; /* Socket to use for outgoing UDP packets */ sockaddr_t address; /* his real (internet) ip to send UDP packets to */ - char *hostname; /* the hostname of its real ip */ node_status_t status; time_t last_state_change;