From: Ben Gras Date: Tue, 15 Aug 2006 15:55:04 +0000 (+0000) Subject: Code for 'service run' X-Git-Tag: v3.1.3~206 X-Git-Url: http://zhaoyanbai.com/repos/man.genrandom.html?a=commitdiff_plain;h=1d7257b6130285100f40edb6cddbe6d8e61bb2cb;p=minix.git Code for 'service run' --- diff --git a/include/minix/com.h b/include/minix/com.h index 18c928c1a..39edd36d2 100755 --- a/include/minix/com.h +++ b/include/minix/com.h @@ -540,6 +540,7 @@ #define RS_UP_COPY (RS_RQ_BASE + 5) /* start system service and * keep the binary in memory */ +#define RS_RUN (RS_RQ_BASE + 6) /* run without restart */ # define RS_CMD_ADDR m1_p1 /* command string */ # define RS_CMD_LEN m1_i1 /* length of command */