summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/staptree.h b/staptree.h
index 0510bce3..413c65f1 100644
--- a/staptree.h
+++ b/staptree.h
@@ -464,6 +464,7 @@ struct foreach_loop: public statement
indexable *base;
int sort_direction; // -1: decreasing, 0: none, 1: increasing
unsigned sort_column; // 0: value, 1..N: index
+ expression* limit; // optional iteration limit
statement* block;
void print (std::ostream& o) const;