GInetSocketAddress: add IPv6 flowinfo and scope_id fields
authorDan Winship <danw@gnome.org>
Thu, 29 Dec 2011 14:42:25 +0000 (09:42 -0500)
committerDan Winship <danw@gnome.org>
Mon, 16 Jan 2012 18:37:02 +0000 (13:37 -0500)
commitbf7408c30bac5b0a20202be5aaa850dd0ca1e671
tree0fad950761920f4c082a59f33377471ec21c0887
parentc71fc7477ed3ebe513432cba21d69ca99d7eb81c
GInetSocketAddress: add IPv6 flowinfo and scope_id fields

struct sin6_addr has two additional fields that struct sin_addr
doesn't. Add support for those to GInetSocketAddress, and make sure
they don't get lost when converting between glib and native types.

https://bugzilla.gnome.org/show_bug.cgi?id=635554
docs/reference/gio/gio-sections.txt
gio/ginetsocketaddress.c
gio/ginetsocketaddress.h
gio/gio.symbols
gio/gsocketaddress.c
gio/tests/socket.c