X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fdbus.git;a=blobdiff_plain;f=dbus%2Fkdbus-common.h;h=9958dd588fac405456e99bc603e91532ea503487;hp=656b25f207c5bd9a5e55a2764a1279f9fcef40cb;hb=fb1cd96ffb1575f4032d95f723d89c43c4884dc4;hpb=0aedffae9a13211c01dadb6d991cb3522e09a9c7 diff --git a/dbus/kdbus-common.h b/dbus/kdbus-common.h index 656b25f..9958dd5 100644 --- a/dbus/kdbus-common.h +++ b/dbus/kdbus-common.h @@ -36,7 +36,6 @@ (typeof(part))(((uint8_t *)part) + KDBUS_ALIGN8((part)->size)) #define KDBUS_MSG_MAX_PAYLOAD_VEC_SIZE 0x00800000 /* maximum size of message header and items */ #define KDBUS_PART_HEADER_SIZE offsetof(struct kdbus_item, data) - #define KDBUS_PART_SIZE(s) KDBUS_ALIGN8((s) + KDBUS_PART_HEADER_SIZE) //todo restore if DBus policy will be applied in kdbus somehow