summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_priv.h
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2009-07-06 13:28:45 -0400
committerSimo Sorce <ssorce@redhat.com>2009-07-06 14:00:56 -0400
commitbb633f641f8b2bf56d49a48077f409a59f3269ce (patch)
treed7d59fc2de39da9a79ecb5b2464ce32515ab8d66 /common/collection/collection_priv.h
parent216213242331af6033fb8339aab950491d29af14 (diff)
downloadsssd-bb633f641f8b2bf56d49a48077f409a59f3269ce.tar.gz
sssd-bb633f641f8b2bf56d49a48077f409a59f3269ce.tar.xz
sssd-bb633f641f8b2bf56d49a48077f409a59f3269ce.zip
COLLECTION Removing static placeholder structure.
There was a static global structure used in iteration and in traversing the collection. It has been removed and replaced with a better solution.
Diffstat (limited to 'common/collection/collection_priv.h')
-rw-r--r--common/collection/collection_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/collection/collection_priv.h b/common/collection/collection_priv.h
index 18688f9dd..fc11a1fa3 100644
--- a/common/collection/collection_priv.h
+++ b/common/collection/collection_priv.h
@@ -58,6 +58,7 @@ struct collection_iterator {
unsigned stack_size;
unsigned stack_depth;
int flags;
+ struct collection_item *end_item;
};