diff options
author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-16 14:01:30 +0100 |
---|---|---|
committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-16 14:01:30 +0100 |
commit | 4da50110018c69e926bd09bd16c6650f41c13db1 (patch) | |
tree | 1bd24f9bc6f9f68cea843207090c5ea56b6e162a | |
parent | ff3ae1ea77096ac48a42ad34850e5ad34f93f591 (diff) | |
download | lasso-4da50110018c69e926bd09bd16c6650f41c13db1.tar.gz lasso-4da50110018c69e926bd09bd16c6650f41c13db1.tar.xz lasso-4da50110018c69e926bd09bd16c6650f41c13db1.zip |
[xml] in is_interaction_request.h move new field to the end of the structure fto limit ABI impact
-rw-r--r-- | lasso/xml/is_interaction_request.h | 3 |
1 files changed, 1 insertions, 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; }; |