[xml] in is_interaction_request.h move new field to the end of the structure fto limit ABI impact

This commit is contained in:
Benjamin Dauvergne 2011-12-16 14:01:30 +01:00
parent ff3ae1ea77
commit 4da5011001
1 changed files with 1 additions and 2 deletions

View File

@ -59,12 +59,11 @@ struct _LassoIsInteractionRequest {
LassoDiscoResourceID *ResourceID;
LassoDiscoEncryptedResourceID *EncryptedResourceID;
GList *Inquiry; /* of LassoNode */
/* TODO : ds:KeyInfo */
LassoDsKeyInfo *KeyInfo;
char *id;
char *language;
int maxInteractTime;
LassoDsKeyInfo *KeyInfo;
char *signed_attribute;
};