Hi Martin,
I am reading the code in blow git tree. http://moblin.org/repos/projects/connman.git Not sure It is still the connman git tree you are using.I found a small issue in the code, please review below patch. diff --git a/include/driver.h b/include/driver.h index 6d212d8..696c53f 100644 --- a/include/driver.h +++ b/include/driver.h @@ -41,7 +41,7 @@ extern "C" { struct connman_driver { const char *name; enum connman_element_type type; - enum connman_element_type subtype; + enum connman_element_subtype subtype; int priority; int (*probe) (struct connman_element *element); void (*remove) (struct connman_element *element);
good catch. I have a fix for that in my unpushed tree. Regards Marcel _______________________________________________ connman mailing list [email protected] https://lists.moblin.org/mailman/listinfo/connman
