GODT-2039: bridge monitors bridge-gui via its PID.

This commit is contained in:
Xavier Michelon
2022-11-08 11:08:11 +01:00
committed by Romain LE JEUNE
parent f5148074fd
commit 3b9a3aaad2
7 changed files with 74 additions and 9 deletions

View File

@ -56,6 +56,7 @@ func New(
updater types.Updater,
restarter types.Restarter,
locations *locations.Locations,
parentPID int,
) Frontend {
switch frontendType {
case GRPC:
@ -66,6 +67,7 @@ func New(
updater,
restarter,
locations,
parentPID,
)
case CLI: