kdbus.h: KDBUS_ITEM_PRIORITY is not implemented and probably not even a good idea...
authorLennart Poettering <lennart@poettering.net>
Thu, 26 Dec 2013 20:43:11 +0000 (21:43 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 26 Dec 2013 20:43:21 +0000 (21:43 +0100)
kdbus.h

diff --git a/kdbus.h b/kdbus.h
index e1ef1a3078bac730c96c0c90cd8fe59b8420ad7e..f6423c9d42197f5916edcae7bfb0a9f7f599a412 100644 (file)
--- 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,