Re-work console acquisition/release.
authorDavin McCall <davmac@davmac.org>
Fri, 19 Jan 2018 10:12:24 +0000 (10:12 +0000)
committerDavin McCall <davmac@davmac.org>
Fri, 19 Jan 2018 10:12:24 +0000 (10:12 +0000)
commit9276337bf68b8bf9422ec8000f2ef5c7838bc0b1
tree55718cece665a3bc3c67b22a77469b1c17850a23
parent36b0ef481fac72b2a55556f446dc74bc755bcd43
Re-work console acquisition/release.

Use variables to track when a service is waiting for the console or has
acquired console, rather than using complex combinations of service
state.
src/baseproc-service.cc
src/includes/service.h
src/service.cc