summaryrefslogtreecommitdiffstats
path: root/init/init.h
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2010-02-25 14:19:50 -0800
committerSan Mehat <san@google.com>2010-02-26 10:05:20 -0800
commit4e221f0077373b37ca70e862eface2987557295b (patch)
treed2d78cdc9a5680e012a75a689d3221cbaf10ac89 /init/init.h
parent1bfb4803ea64d7072f183cabd4cb704147dbf749 (diff)
downloadsystem_core-4e221f0077373b37ca70e862eface2987557295b.zip
system_core-4e221f0077373b37ca70e862eface2987557295b.tar.gz
system_core-4e221f0077373b37ca70e862eface2987557295b.tar.bz2
init: Add support for specifying a services i/o priority
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'init/init.h')
-rw-r--r--init/init.h3
1 files changed, 3 insertions, 0 deletions
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];