:: Re: [DNG] libudev-compat documentat…
Página Principal
Delete this message
Reply to this message
Autor: aitor
Data:  
Para: dng
Assunto: Re: [DNG] libudev-compat documentation (Was: Remarks on vdev, Eudev, Mdev)
On 14/6/22 13:39, aitor wrote:
> // send file descriptor
>    rc = sendfile( monitor->sock_fs, fd, &offset, BUFSIZ );
>    if( rc < 0 ) {
>
>       rc = -errno;
>       log_error("udev_monitor_send_device rc = %d", rc );
>    }
>    else {


log_error("sendfile(): rc = %d", rc );