X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnode.h;h=ba5b1d48fc9efab5e8839f62e579157b63891e91;hb=ea294dac41365a08a77b64c62c0ba630292d7a07;hp=4e865dfb29510b011637e61f0478faafeb49f90c;hpb=5c5bdd05e17f8758e2ccca9d31c47d73cb1fd148;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;