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