summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc-utils/lsblk.h')
-rw-r--r--misc-utils/lsblk.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc-utils/lsblk.h b/misc-utils/lsblk.h
index e15c5b42a..da2edc09b 100644
--- a/misc-utils/lsblk.h
+++ b/misc-utils/lsblk.h
@@ -35,7 +35,9 @@ struct lsblk {
struct libscols_table *table; /* output table */
struct libscols_column *sort_col;/* sort output by this column */
- int sort_id;
+
+ int sort_id; /* id of the sort column */
+ int tree_id; /* od of column used for tree */
int dedup_id;