Change the SoupURI properties to SoupAddress properties.
[platform/upstream/libsoup.git] / libsoup / soup-message-private.h
index 8392c50..f47251a 100644 (file)
@@ -32,6 +32,7 @@ typedef struct {
        SoupHTTPVersion    http_version, orig_http_version;
 
        SoupURI           *uri;
+       SoupAddress       *addr;
 
        SoupAuth          *auth, *proxy_auth;
 } SoupMessagePrivate;