From e893f19f585520c231e260bca154d7ce2d6644a4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 26 Dec 2013 21:43:11 +0100 Subject: [PATCH] kdbus.h: KDBUS_ITEM_PRIORITY is not implemented and probably not even a good idea, let's remove it --- kdbus.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/kdbus.h b/kdbus.h index e1ef1a3..f6423c9 100644 --- a/kdbus.h +++ b/kdbus.h @@ -202,7 +202,6 @@ struct kdbus_policy { * @KDBUS_ITEM_BLOOM: For broadcasts, carries bloom filter * @KDBUS_ITEM_BLOOM_SIZE: Desired bloom size, used by KDBUS_CMD_BUS_MAKE * @KDBUS_ITEM_DST_NAME: Destination's well-known name - * @KDBUS_ITEM_PRIORITY: Queue priority for message * @KDBUS_ITEM_MAKE_NAME: Name of namespace, bus, endpoint * @_KDBUS_ITEM_POLICY_BASE: Start of policy items * @KDBUS_ITEM_POLICY_NAME: Policy in struct kdbus_policy @@ -239,7 +238,6 @@ enum kdbus_item_type { KDBUS_ITEM_BLOOM, KDBUS_ITEM_BLOOM_SIZE, KDBUS_ITEM_DST_NAME, - KDBUS_ITEM_PRIORITY, KDBUS_ITEM_MAKE_NAME, _KDBUS_ITEM_POLICY_BASE = 0x400, -- 2.34.1