Skip to content

Commit

Permalink
Tweaks to ambassador
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebenezer-group committed Feb 5, 2025
1 parent 5ce6410 commit 4cbdf30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tiers/cmwA.cc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class ioUring{
::io_uring_prep_fsync(e,fd,0);
::io_uring_sqe_set_data64(e,Fsync);
::io_uring_sqe_set_flags(e,IOSQE_CQE_SKIP_SUCCESS|IOSQE_IO_HARDLINK);
close(fd);
this->close(fd);
}

void sendto (Socky const&,auto...);
Expand Down Expand Up @@ -194,7 +194,6 @@ void ioUring::sendto (Socky const& s,auto...t){
::io_uring_sqe_set_data64(e,Sendto);
}


void bail (char const* fmt,auto...t)noexcept{
::syslog(LOG_ERR,fmt,t...);
exitFailure();
Expand Down

0 comments on commit 4cbdf30

Please sign in to comment.