From 42012bd6275f940a2f65002788a37533a2f978f4 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 29 Aug 2016 17:13:42 +0100 Subject: [PATCH] proc.h: add p_event to match kernel changes --- Library/include/proc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/include/proc.h b/Library/include/proc.h index 37ade670..7328901f 100644 --- a/Library/include/proc.h +++ b/Library/include/proc.h @@ -44,6 +44,7 @@ struct p_tab { /**HP**/ uint16_t p_pgrp; /* Process group */ uint8_t p_nice; + uint8_t p_event; /* Events */ uint16_t p_top; /* Copy of u_top : FIXME: usize_t */ }; -- 2.34.1