service: Add function to set the favorite flag
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Tue, 5 Jun 2012 08:24:10 +0000 (11:24 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 11 Jun 2012 10:03:21 +0000 (13:03 +0300)
commitc8d8aefdc7a7194e5dad7bb14d346a0f15385866
tree6119a52d987d561d4269d59c8640ed6c7ec1f3c2
parenta43818bdc307dbc80f306562ba43df17d38a98e3
service: Add function to set the favorite flag

Add a function that sets favorite flag but which does
not touch the ordering of service sequence. This is needed
when we check provisioned config file which traverses the
service sequence. If a proper provisioned service is found,
then it is marked as favorite but in this case we must not
do any ordering of service sequence because we are in the
middle of sequence traversal.
src/config.c
src/connman.h
src/service.c