summaryrefslogtreecommitdiffstats
path: root/clib/vector_iter.h
diff options
context:
space:
mode:
Diffstat (limited to 'clib/vector_iter.h')
-rw-r--r--clib/vector_iter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clib/vector_iter.h b/clib/vector_iter.h
index 5dc14bf..764a7fc 100644
--- a/clib/vector_iter.h
+++ b/clib/vector_iter.h
@@ -64,7 +64,7 @@ typedef struct vector_iter vector_iter_t; //!< Alias for the @em vector_iter cla
*/
struct vector_iter {
vector_t *vector; //!< Reference to the target vector object
- size_t idx; //!< Current position of the iterator
+ uint32_t idx; //!< Current position of the iterator
uint32_t flags; //!< Iterator configuration flags
};
OpenPOWER on IntegriCloud