service: Only one service should be online at a time
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Wed, 30 Nov 2011 11:16:27 +0000 (13:16 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 1 Dec 2011 11:16:45 +0000 (12:16 +0100)
commit0b07a2f69f374b5ae16dadfd4c7ed842daca6dd3
tree0749cbe103d5e3f9ac2cfb85267c964b44886c95
parent9e3ebe7161dc9ba5b417a17311f98bc57bfb251a
service: Only one service should be online at a time

All services which can go online don't get their state to online if a service
is already online. However, when disconnecting a service, we might recompute
which one gets online in replacement.
src/service.c