Skip to content

Add support for passing unix file descriptor to remote DBus method

pali requested to merge pali-cpan/perl-net-dbus:unixfd into master

Currently Net::DBus supported only accepting unix file descriptor via exported local methods. This patch adds support for calling remote DBus methods and passing to them unix file descriptor from local process.

Without this patch Net::DBus threw error for usage of dbus_unix_fd(): Unsupported scalar type 104 ('h') at Net/DBus/Binding/Iterator.pm line 466

Merge request reports