diff options
Diffstat (limited to 'include/device.h')
-rw-r--r-- | include/device.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/device.h b/include/device.h index a5ed412e..f80969b4 100644 --- a/include/device.h +++ b/include/device.h @@ -52,6 +52,10 @@ enum connman_device_mode { CONNMAN_DEVICE_MODE_NETWORK_MULTIPLE = 2, }; +#define CONNMAN_DEVICE_PRIORITY_LOW -100 +#define CONNMAN_DEVICE_PRIORITY_DEFAULT 0 +#define CONNMAN_DEVICE_PRIORITY_HIGH 100 + struct connman_device; struct connman_device *connman_device_create(const char *node, |