- fixed dbus_bus_request_name
[platform/upstream/dbus.git] / dbus / kdbus.h
index 4604eb3..b923611 100644 (file)
 #include <linux/types.h>
 #endif
 
+/* todo #define KDBUS_MSG_MAX_SIZE             SZ_8K   - maximum size of message header and items
+ * taken from internal.h of kdbus
+ * finally it should be placed higher - e.g. kdbus.h of kdbus kernel module
+ */
+#define KDBUS_MSG_MAX_SIZE             0x00002000              /* maximum size of message header and items */
+
 #define KDBUS_IOC_MAGIC                        0x95
 #define KDBUS_SRC_ID_KERNEL            (0)
 #define KDBUS_DST_ID_WELL_KNOWN_NAME   (0)