From 2026594e1bc171baf72b56f1b76222fc9b57416c Mon Sep 17 00:00:00 2001 From: posophe Date: Thu, 22 Jan 2015 11:30:30 +0100 Subject: [PATCH] Update types.h --- types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/types.h b/types.h index 7f53adb..47f5477 100644 --- a/types.h +++ b/types.h @@ -71,6 +71,7 @@ struct irq_info { uint64_t load; int moved; struct topo_obj *assigned_obj; + unsigned int warned; }; #endif