]> git.meshlink.io Git - meshlink/blobdiff - src/node.h
Get rid of ->hostname.
[meshlink] / src / node.h
index 4e865dfb29510b011637e61f0478faafeb49f90c..ba5b1d48fc9efab5e8839f62e579157b63891e91 100644 (file)
@@ -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;