On Wed, 22 Jun 2016 2:41 am Rene Gollent <anevilyak@xxxxxxxxx> wrote:
On Mon, Jun 20, 2016 at 7:49 PM, <waddlesplash@xxxxxxxxx> wrote:
diff --git a/headers/os/net/NetworkAddress.hb/headers/os/net/NetworkAddress.h
index 865ed73..717108a 100644
--- a/headers/os/net/NetworkAddress.h
+++ b/headers/os/net/NetworkAddress.h
@@ -149,6 +149,7 @@ private:
private:
sockaddr_storage fAddress;
status_t fStatus;
+ BString fHostName;
};
It should be noted that by changing the size of the class, this breaks
binary compatibility. As such, any packages making use of these
classes will need a rebuild, or there will likely be unpredictable
behavior and/or crashes when they're used.