]> git.meshlink.io Git - meshlink/blobdiff - src/meshlink.h
Removed references to HAVE_STRUCT_SOCKADDR_STORAGE.
[meshlink] / src / meshlink.h
index 4b240429b59d9618f897ac11eef2ad64e4bd93a5..6f104abe5fcb5cc29bedb9f7e048dd465e211e37 100644 (file)
@@ -110,9 +110,7 @@ struct meshlink_edge {
                                         //   owned by meshlink and should not be
                                         //   deallocated. Node contents may be
                                         //   changed by meshlink.
-#ifdef HAVE_STRUCT_SOCKADDR_STORAGE
        struct sockaddr_storage address;///< The address information associated
-#endif
                                        //   with this edge.
        uint32_t options;               ///< Edge options. @TODO what are edge options?
        int weight;                     ///< Weight assigned to this edge.