summaryrefslogtreecommitdiffstats
path: root/collection/collection_iter.c
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2010-03-05 17:23:00 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-03-08 13:42:47 -0500
commitf50374ed1a3d40a984f2386c05306a7ecdd21e95 (patch)
tree011426d78472eb224cb0b09def40b1ba6066a88f /collection/collection_iter.c
parentf003197d370bd177027bd7042206892c7ada5771 (diff)
downloadding-libs2-f50374ed1a3d40a984f2386c05306a7ecdd21e95.tar.gz
ding-libs2-f50374ed1a3d40a984f2386c05306a7ecdd21e95.tar.xz
ding-libs2-f50374ed1a3d40a984f2386c05306a7ecdd21e95.zip
Documentation for collection interface
Passed through the interface and changed the comments to comply with the collection interface.
Diffstat (limited to 'collection/collection_iter.c')
-rw-r--r--collection/collection_iter.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/collection/collection_iter.c b/collection/collection_iter.c
index 0baefe8..f3735d7 100644
--- a/collection/collection_iter.c
+++ b/collection/collection_iter.c
@@ -32,7 +32,8 @@
#include "collection_priv.h"
#include "collection.h"
-
+/* Depth for iterator depth allocation block */
+#define STACK_DEPTH_BLOCK 15
/* Grow iteration stack */
static int col_grow_stack(struct collection_iterator *iterator, unsigned desired)