summaryrefslogtreecommitdiff
path: root/plugins/iospm.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-09 00:57:23 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-12-09 00:57:23 +0100
commit2bbb7defdac7cb915a57a9d69b6ae029865ffc97 (patch)
treede76633d3b05a3c15b6b0a7486197ff608aef6ed /plugins/iospm.c
parent24837833d154b693f6abc33ff3fce875d61af326 (diff)
downloadconnman-2bbb7defdac7cb915a57a9d69b6ae029865ffc97.tar.gz
connman-2bbb7defdac7cb915a57a9d69b6ae029865ffc97.tar.bz2
connman-2bbb7defdac7cb915a57a9d69b6ae029865ffc97.zip
Add service types for system and VPN connections
Diffstat (limited to 'plugins/iospm.c')
-rw-r--r--plugins/iospm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/iospm.c b/plugins/iospm.c
index 02e532ed..9908cfe3 100644
--- a/plugins/iospm.c
+++ b/plugins/iospm.c
@@ -66,10 +66,12 @@ static void iospm_service_enabled(enum connman_service_type type,
{
switch (type) {
case CONNMAN_SERVICE_TYPE_UNKNOWN:
+ case CONNMAN_SERVICE_TYPE_SYSTEM:
case CONNMAN_SERVICE_TYPE_ETHERNET:
case CONNMAN_SERVICE_TYPE_WIFI:
case CONNMAN_SERVICE_TYPE_WIMAX:
case CONNMAN_SERVICE_TYPE_CELLULAR:
+ case CONNMAN_SERVICE_TYPE_VPN:
break;
case CONNMAN_SERVICE_TYPE_BLUETOOTH:
send_indication(IOSPM_BLUETOOTH, enabled);