Skip to content
Snippets Groups Projects
Commit 1aae12ac authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

index: make index_read_view_iterator fixed size

This is a straightforward patch that makes the read view iterator struct
fixed-size so that it can be allocated on stack. This is a pre-requisite
for the raw C API for read views: the function that creates an iterator
should allocate no memory.

Closes #7813

NO_DOC=refactoring
NO_TEST=refactoring
NO_CHANGELOG=refactoring
parent ace88542
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment