summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call-private.h
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-04-08 11:18:05 +0100
committerRoss Burton <ross@linux.intel.com>2009-04-08 11:18:05 +0100
commit5bd379dceab23b02e414d5309d8e50e64348a219 (patch)
tree8524c1139847b8950c0f70ff61e70d59c54b99a8 /rest/rest-proxy-call-private.h
parent79c41bbffaa60d6a95fbfe8cb1313ae435a227e5 (diff)
downloadlibrest-5bd379dceab23b02e414d5309d8e50e64348a219.tar.gz
Move the call's URL to the private struct so that subclasses can see it in prepare()
Diffstat (limited to 'rest/rest-proxy-call-private.h')
-rw-r--r--rest/rest-proxy-call-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rest/rest-proxy-call-private.h b/rest/rest-proxy-call-private.h
index 0099830..f244f16 100644
--- a/rest/rest-proxy-call-private.h
+++ b/rest/rest-proxy-call-private.h
@@ -35,6 +35,8 @@ struct _RestProxyCallPrivate {
gchar *function;
GHashTable *headers;
GHashTable *params;
+ /* The real URL we're about to invoke */
+ gchar *url;
GHashTable *response_headers;
goffset length;