[Lasso-devel] [Lasso-commits] [lasso: 14/18] [xml] add missing nodes to LassoIsInteractionRequest
Frederic Peters
fpeters at entrouvert.com
Fri Dec 16 12:44:23 CET 2011
> diff --git a/lasso/xml/is_interaction_request.h b/lasso/xml/is_interaction_request.h
> index 0cd06a2..6f58c8a 100644
> --- a/lasso/xml/is_interaction_request.h
> +++ b/lasso/xml/is_interaction_request.h
> @@ -60,11 +60,12 @@ struct _LassoIsInteractionRequest {
> LassoDiscoEncryptedResourceID *EncryptedResourceID;
> GList *Inquiry; /* of LassoNode */
> /* TODO : ds:KeyInfo */
> + LassoDsKeyInfo *KeyInfo;
>
> char *id;
> char *language;
> int maxInteractTime;
> - /* TODO : signed */
> + char *signed_attribute;
> };
Ça casse l'ABI, tu peux déplacer le KeyInfo en fin de structure ?
Frédéric
More information about the Lasso-devel
mailing list