From 177f45bb915adba911ba7ea7a446099eb610fcf2 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 3 Nov 2011 17:15:39 +0200 Subject: btio: add BT_IO_OPT_PRIORITY option BT_IO_OPT_PRIORITY uses SO_PRIORITY to set the priority of the socket --- btio/btio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'btio/btio.h') 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 { -- cgit v1.2.3