moving file descriptor passing into a header

Mark markg85 at gmail.com
Wed Apr 14 03:28:12 PDT 2010


Why do i keep getting this in my inbox since somewhere around post 13?

On Wed, Apr 14, 2010 at 12:26 PM, Colin Walters <walters at verbum.org> wrote:
> On Wed, Apr 14, 2010 at 5:38 AM, Luiz Augusto von Dentz
> <luiz.dentz at gmail.com> wrote:
>
>> So if I understand it correctly this won't work anymore and we will
>> have to deal with it separately, by doing:
>>
>> if DBUS_TYPE_UNIX_FD
>>        dbus_message_append_args(msg, DBUS_TYPE_UNIX_FD, &fd,
>>                                        DBUS_TYPE_INVALID);
>> else
>>        dbus_message_append_unix_file_descriptor(msg, fd);
>>
>> Is that right?
>
> That's the proposal, correct.
> _______________________________________________
> dbus mailing list
> dbus at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dbus
>


More information about the dbus mailing list