From: Lennart Poettering Date: Thu, 26 Dec 2013 20:43:11 +0000 (+0100) Subject: kdbus.h: KDBUS_ITEM_PRIORITY is not implemented and probably not even a good idea... X-Git-Tag: upstream/0.20140120.123719~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e893f19f585520c231e260bca154d7ce2d6644a4;p=platform%2Fcore%2Fsystem%2Fkdbus-bus.git kdbus.h: KDBUS_ITEM_PRIORITY is not implemented and probably not even a good idea, let's remove it --- 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,