summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2005-03-10 08:13:36 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2005-03-10 08:13:36 +0000
commit5609ce40b45e8ccc9c1b1551e8aa9cb5f4bf201e (patch)
tree8ee5aa9e62fba1b6fc790a99ef282d33ce016606
parentc5761ee0dcd654883df589b45a656472f12227a4 (diff)
Added comment about Options rules.
-rw-r--r--lasso/xml/disco_resource_offering.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lasso/xml/disco_resource_offering.h b/lasso/xml/disco_resource_offering.h
index 5f6e394c..5dede99b 100644
--- a/lasso/xml/disco_resource_offering.h
+++ b/lasso/xml/disco_resource_offering.h
@@ -60,6 +60,11 @@ struct _LassoDiscoResourceOffering {
LassoDiscoResourceID *ResourceID;
LassoDiscoEncryptedResourceID *EncryptedResourceID;
LassoDiscoServiceInstance *ServiceInstance;
+
+ /*
+ * If the Options element is present, but it is empty, it means that the service instance
+ * explicitly advertises that none of the options are available.
+ */
LassoDiscoOptions *Options;
gchar *Abstract;