summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/id-ff/session.h')
-rw-r--r--lasso/id-ff/session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/id-ff/session.h b/lasso/id-ff/session.h
index c89ed19f..8e7a09f8 100644
--- a/lasso/id-ff/session.h
+++ b/lasso/id-ff/session.h
@@ -51,6 +51,8 @@ struct _LassoSession {
GPtrArray *providerIDs; /* list of the remote provider IDs for assertions hash table */
GHashTable *assertions; /* hash for assertions with remote providerID as key */
+ gboolean is_durty;
+
/*< private >*/
LassoSessionPrivate *private;
};