From bf8348ea70903ba154a45a5fab78051ccbf50a37 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 15 Jul 2010 13:58:22 -0700 Subject: Provide unique identifier along with the interface callbacks --- include/technology.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/technology.h') 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, -- cgit v1.2.3