From 4da50110018c69e926bd09bd16c6650f41c13db1 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 16 Dec 2011 14:01:30 +0100 Subject: [PATCH] [xml] in is_interaction_request.h move new field to the end of the structure fto limit ABI impact --- lasso/xml/is_interaction_request.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lasso/xml/is_interaction_request.h b/lasso/xml/is_interaction_request.h index 6f58c8a8..9f635c21 100644 --- a/lasso/xml/is_interaction_request.h +++ b/lasso/xml/is_interaction_request.h @@ -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; };