summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/staptree.h b/staptree.h
index fd19bd99..8bc901d5 100644
--- a/staptree.h
+++ b/staptree.h
@@ -312,6 +312,8 @@ struct foreach_loop: public statement
std::vector<symbol*> indexes;
std::string base;
vardecl* base_referent;
+ int sort_direction; // -1: decreasing, 0: none, 1: increasing
+ unsigned sort_column; // 0: value, 1..N: index
statement* block;
void print (std::ostream& o) const;