service: Refactor Service nameserver API
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 15 Feb 2011 14:51:49 +0000 (15:51 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 15 Feb 2011 17:05:32 +0000 (18:05 +0100)
commita1530efdb8f9da676ff3edaa6cc848dd40524333
tree1831a934a300ffe57266275479866f60e9381733
parent460ad9cff5ff0850e1c860ca3f7627c6eb7e0575
service: Refactor Service nameserver API

__connman_service_append/remove_namerserver() is renamed to
__connman_service_nameserver_append/remove to be more consistent with
the other Service API naming. Also the semantic changes to
append/remove instead of set/clear.

The list of configured nameservers takes preference over the list of
discovered (DHCP, VPN, ...) nameservers.
include/service.h
plugins/pacrunner.c
src/connman.h
src/ipv4.c
src/network.c
src/provider.c
src/service.c
src/wpad.c