summaryrefslogtreecommitdiff
path: root/btio/btio.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-11-03 17:15:39 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2011-11-04 15:41:41 +0200
commit992f24762f4593f8fe11d463d89704f9c8e596ae (patch)
tree4f658a091c5eba0c4cdec18a99eb44a4a5109916 /btio/btio.h
parentb96496bb097a2a3c2262bd52a4fbc2424f1b4e4b (diff)
downloadbluez-992f24762f4593f8fe11d463d89704f9c8e596ae.tar.gz
btio: add BT_IO_OPT_PRIORITY option
BT_IO_OPT_PRIORITY uses SO_PRIORITY to set the priority of the socket
Diffstat (limited to 'btio/btio.h')
-rw-r--r--btio/btio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/btio/btio.h b/btio/btio.h
index c6b736f05..ae55b618a 100644
--- a/btio/btio.h
+++ b/btio/btio.h
@@ -65,6 +65,7 @@ typedef enum {
BT_IO_OPT_CLASS,
BT_IO_OPT_MODE,
BT_IO_OPT_FLUSHABLE,
+ BT_IO_OPT_PRIORITY,
} BtIOOption;
typedef enum {