diff options
author | Dave Barach <dave@barachs.net> | 2017-04-03 10:22:17 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-04-03 15:24:50 +0000 |
commit | 2c35e5849d0c87ce5d63724d35f98379187519d8 (patch) | |
tree | ffea6de7a8ffed641c7f35cf2eee440f08566b8a /src/tools/g2/g2.h | |
parent | a657e4e7c9cff967303a0396d7819073d8e17fea (diff) |
g2: add multi-track time-slew controls
Create an elog_merge utility, extracted from test_elog.
Change-Id: Ide137b4858c88b3a2885583b7fbb15ddc4963af9
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/tools/g2/g2.h')
-rw-r--r-- | src/tools/g2/g2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/g2/g2.h b/src/tools/g2/g2.h index 1ab42191ca9..f1f268a8753 100644 --- a/src/tools/g2/g2.h +++ b/src/tools/g2/g2.h @@ -157,6 +157,7 @@ typedef struct pid_sort { * This is a bit of a hack, since this is used only by the view: */ unsigned color_index; + int selected; } pid_sort_t; typedef struct event { |