summaryrefslogtreecommitdiff
path: root/include/technology.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-07-15 13:58:22 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-07-15 13:58:22 -0700
commitbf8348ea70903ba154a45a5fab78051ccbf50a37 (patch)
treeba0949bc7d1aa8d79a58abb809a1daecdff51361 /include/technology.h
parent4aa99fc5eed24b64e05d5a49cc39d4ffab9b2c83 (diff)
downloadconnman-bf8348ea70903ba154a45a5fab78051ccbf50a37.tar.gz
connman-bf8348ea70903ba154a45a5fab78051ccbf50a37.tar.bz2
connman-bf8348ea70903ba154a45a5fab78051ccbf50a37.zip
Provide unique identifier along with the interface callbacks
Diffstat (limited to 'include/technology.h')
-rw-r--r--include/technology.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/technology.h b/include/technology.h
index 256a2eb5..e45474df 100644
--- a/include/technology.h
+++ b/include/technology.h
@@ -43,7 +43,8 @@ struct connman_technology_driver {
int (*probe) (struct connman_technology *technology);
void (*remove) (struct connman_technology *technology);
void (*add_interface) (struct connman_technology *technology,
- int index, const char *name);
+ int index, const char *name,
+ const char *ident);
void (*remove_interface) (struct connman_technology *technology,
int index);
int (*set_tethering) (struct connman_technology *technology,