Hack in service to use RS_START instead of RS_UP. RS reports the use of RS_UP.

This commit is contained in:
Philip Homburg
2007-05-02 15:20:28 +00:00
parent 2db15eaa80
commit 56a68dc32b
2 changed files with 6 additions and 1 deletions

View File

@@ -59,6 +59,8 @@ int flags; /* extra flags, if any */
int r;
endpoint_t ep; /* new endpoint no. */
printf("RS: in do_up\n");
/* See if there is a free entry in the table with system processes. */
for (slot_nr = 0; slot_nr < NR_SYS_PROCS; slot_nr++) {
rp = &rproc[slot_nr]; /* get pointer to slot */