X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flibsystemd%2Fsd-bus%2Fkdbus.h;fp=src%2Flibsystemd%2Fsd-bus%2Fkdbus.h;h=3e841f4003d55a4976858a94820a7b9445ec6e43;hp=ae900c27201828ed23642de2439507feb7023812;hb=bd5f920f1288c0d4d488629fadf067f709227030;hpb=f9a458c66672992dd34ad0c7cfec3795b897d711 diff --git a/src/libsystemd/sd-bus/kdbus.h b/src/libsystemd/sd-bus/kdbus.h index ae900c272..3e841f400 100644 --- a/src/libsystemd/sd-bus/kdbus.h +++ b/src/libsystemd/sd-bus/kdbus.h @@ -494,10 +494,11 @@ enum kdbus_recv_flags { * broadcast messages that have been lost since the * last call. * @msg_size: Filled by the kernel with the actual message size. This - * mirrors the 'size' member of the message stored at - * @offset, but allows callers to access it without mapping - * their pool. By using @msg_size and @offset, you can map - * only the message itself, not the whole pool. + * is the full size of the slice placed at @offset. It + * includes the memory used for the kdbus_msg object, but + * also for all appended VECs. By using @msg_size and + * @offset, you can map a single message, instead of + * mapping the whole pool. * * This struct is used with the KDBUS_CMD_MSG_RECV ioctl. */