From 2c35e5849d0c87ce5d63724d35f98379187519d8 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Mon, 3 Apr 2017 10:22:17 -0400 Subject: g2: add multi-track time-slew controls Create an elog_merge utility, extracted from test_elog. Change-Id: Ide137b4858c88b3a2885583b7fbb15ddc4963af9 Signed-off-by: Dave Barach --- src/tools/g2/g2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools/g2/g2.h') 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 { -- cgit 1.2.3-korg