summaryrefslogtreecommitdiff
path: root/include/technology.h
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2010-11-08 16:25:15 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2010-11-08 16:25:15 +0100
commiteb93dcfa05a8ddcaea9d80b990f3055c1f4e0edf (patch)
tree5333538136bc95bd18e581499af0333aa8eecd63 /include/technology.h
parent7d7c427738f293ea0cbca628087193cc5c83cd41 (diff)
downloadconnman-eb93dcfa05a8ddcaea9d80b990f3055c1f4e0edf.tar.gz
connman-eb93dcfa05a8ddcaea9d80b990f3055c1f4e0edf.tar.bz2
connman-eb93dcfa05a8ddcaea9d80b990f3055c1f4e0edf.zip
technology: Add bridge name to the tethering hook
Diffstat (limited to 'include/technology.h')
-rw-r--r--include/technology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/technology.h b/include/technology.h
index e45474df..dcab267a 100644
--- a/include/technology.h
+++ b/include/technology.h
@@ -48,7 +48,7 @@ struct connman_technology_driver {
void (*remove_interface) (struct connman_technology *technology,
int index);
int (*set_tethering) (struct connman_technology *technology,
- connman_bool_t enabled);
+ const char *bridge, connman_bool_t enabled);
};
int connman_technology_driver_register(struct connman_technology_driver *driver);