summaryrefslogtreecommitdiffstats
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
committerMarcel Holtmann <marcel@holtmann.org>2012-01-17 11:41:11 +0100
commit177f45bb915adba911ba7ea7a446099eb610fcf2 (patch)
tree4257188e0cf00d33b3e1eaea592d3af576b07a5b /btio/btio.h
parent5086f5f43af6dad282676769cd11a020f4143f23 (diff)
downloadofono-177f45bb915adba911ba7ea7a446099eb610fcf2.tar.bz2
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 c6b736f0..ae55b618 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 {