Add support for marking devices as secondary
[connman] / include / device.h
index 17a2a0c..8311607 100644 (file)
@@ -89,6 +89,9 @@ extern void connman_device_set_policy(struct connman_device *device,
 extern void connman_device_set_mode(struct connman_device *device,
                                                enum connman_device_mode mode);
 extern enum connman_device_mode connman_device_get_mode(struct connman_device *device);
+extern void connman_device_set_secondary(struct connman_device *device,
+                                               connman_bool_t secondary);
+extern connman_bool_t connman_device_get_secondary(struct connman_device *device);
 
 extern int connman_device_set_powered(struct connman_device *device,
                                                connman_bool_t powered);