]> Zhao Yanbai Git Server - minix.git/commitdiff
Code for 'service run'
authorBen Gras <ben@minix3.org>
Tue, 15 Aug 2006 15:55:04 +0000 (15:55 +0000)
committerBen Gras <ben@minix3.org>
Tue, 15 Aug 2006 15:55:04 +0000 (15:55 +0000)
include/minix/com.h

index 18c928c1a366fb63de16551f40f271a868012822..39edd36d23cf8ea6ea289b668f48de17f7cf05f6 100755 (executable)
 #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 */