diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2005-03-10 08:13:36 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2005-03-10 08:13:36 +0000 |
| commit | 5609ce40b45e8ccc9c1b1551e8aa9cb5f4bf201e (patch) | |
| tree | 8ee5aa9e62fba1b6fc790a99ef282d33ce016606 | |
| parent | c5761ee0dcd654883df589b45a656472f12227a4 (diff) | |
Added comment about Options rules.
| -rw-r--r-- | lasso/xml/disco_resource_offering.h | 5 |
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; |
