summaryrefslogtreecommitdiffstats
path: root/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
commitac4a39e731c8fab365a9030aa5244b6875b38ad3 (patch)
tree1ab426b2018ddb3359c0c08ea2d985fab216f0ee /collection/collection_priv.h
parent83c93245fe1ad9db71e0146b6984d5b7628a455a (diff)
downloadding-libs2-ac4a39e731c8fab365a9030aa5244b6875b38ad3.tar.gz
ding-libs2-ac4a39e731c8fab365a9030aa5244b6875b38ad3.tar.xz
ding-libs2-ac4a39e731c8fab365a9030aa5244b6875b38ad3.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 'collection/collection_priv.h')
-rw-r--r--collection/collection_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/collection/collection_priv.h b/collection/collection_priv.h
index 18688f9..fc11a1f 100644
--- a/collection/collection_priv.h
+++ b/collection/collection_priv.h
@@ -58,6 +58,7 @@ struct collection_iterator {
unsigned stack_size;
unsigned stack_depth;
int flags;
+ struct collection_item *end_item;
};