Configure settings for system services dynamically with the new service edit command.
This commit is contained in:
@@ -685,6 +685,7 @@
|
||||
#define RS_SHUTDOWN (RS_RQ_BASE + 4) /* alert about shutdown */
|
||||
#define RS_UPDATE (RS_RQ_BASE + 5) /* update system service */
|
||||
#define RS_CLONE (RS_RQ_BASE + 6) /* clone system service */
|
||||
#define RS_EDIT (RS_RQ_BASE + 7) /* edit system service */
|
||||
|
||||
#define RS_LOOKUP (RS_RQ_BASE + 8) /* lookup server name */
|
||||
|
||||
|
||||
@@ -81,7 +81,6 @@ struct rprocpub {
|
||||
short in_use; /* set when the entry is in use */
|
||||
unsigned sys_flags; /* sys flags */
|
||||
endpoint_t endpoint; /* process endpoint number */
|
||||
long period; /* heartbeat period (or zero) */
|
||||
|
||||
int dev_flags; /* device flags */
|
||||
dev_t dev_nr; /* major device number */
|
||||
|
||||
Reference in New Issue
Block a user