]> Zhao Yanbai Git Server - minix.git/commit
RS: refresh service upon init failure 55/355/2
authorThomas Veerman <thomas@minix3.org>
Fri, 22 Feb 2013 13:57:00 +0000 (13:57 +0000)
committerThomas Veerman <thomas@minix3.org>
Fri, 22 Feb 2013 16:06:25 +0000 (16:06 +0000)
commite176fa00ef66477dec5e1ce0ce17238773ba3495
treece4f4e5c58a680c340cd327b90275b173f6d0b03
parent4de18d528bc976c2594c15a665b6caf459b704fe
RS: refresh service upon init failure

When a service fails to initialize, RS exits the service. When injecting
faults this is undesired behavior. With this patch, we're going to assume
that when starting services with the -b flag (no binary exponential
offset), we don't want to exit the service but simply restart the
initialization.

Change-Id: Ie8b9c89e16fe4df8a89ec30ec678a216b4ec5fd0
servers/rs/manager.c