From c1094b622e605f206c128df704645227fd63ed07 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 16 Dec 2012 20:45:42 +0100 Subject: add support for specifying process priority Signed-off-by: Felix Fietkau --- instance.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'instance.h') diff --git a/instance.h b/instance.h index 59e887c..484c856 100644 --- a/instance.h +++ b/instance.h @@ -10,8 +10,10 @@ struct service_instance { struct service *srv; const char *name; + int8_t nice; bool valid; bool restart; + struct blob_attr *config; struct uloop_process proc; struct uloop_timeout timeout; -- cgit v1.2.3