aboutsummaryrefslogtreecommitdiffstats
path: root/rt-plot-vcpu-task.h
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2012-03-28 16:34:20 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2012-03-28 16:34:20 -0400
commit57672aa4f46311a82d4a9437d512adb099a7f8bf (patch)
treedcd072ee724f62327599df2b3c3edaaabacbe45b /rt-plot-vcpu-task.h
parentb53dd6d749e0a164010f2cf1fedab2b10b8bb305 (diff)
containers: virtual cpus display in the normal case
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};