From 4e221f0077373b37ca70e862eface2987557295b Mon Sep 17 00:00:00 2001 From: San Mehat Date: Thu, 25 Feb 2010 14:19:50 -0800 Subject: init: Add support for specifying a services i/o priority Signed-off-by: San Mehat --- init/init.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init/init.h') diff --git a/init/init.h b/init/init.h index 60c3055..8c0571c 100644 --- a/init/init.h +++ b/init/init.h @@ -146,6 +146,9 @@ struct service { int nkeycodes; int keychord_id; + int ioprio_class; + int ioprio_pri; + int nargs; /* "MUST BE AT THE END OF THE STRUCT" */ char *args[1]; -- cgit v1.1