aboutsummaryrefslogtreecommitdiffstats
path: root/rt-plot-vcpu-task.h
diff options
context:
space:
mode:
Diffstat (limited to 'rt-plot-vcpu-task.h')
-rw-r--r--rt-plot-vcpu-task.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/rt-plot-vcpu-task.h b/rt-plot-vcpu-task.h
new file mode 100644
index 0000000..7edd4aa
--- /dev/null
+++ b/rt-plot-vcpu-task.h
@@ -0,0 +1,9 @@
1struct vcpu_info {
2 int sid;
3 int run_tid;
4 unsigned long long run_time;
5 gboolean fresh;
6 char *label;
7
8 struct cont_list *cont;
9};