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 );

_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to