Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hultman authored and Alex Hultman committed Mar 1, 2023
1 parent 5892661 commit d370c08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/flush.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ pub mod epoll_kqueue;
#[cfg(not(any(LIBUS_USE_LIBUV, LIBUS_USE_ASIO, LIBUS_USE_GCD)))]
use epoll_kqueue::*;

#[cfg(LIBUS_USE_LIBUV)]
struct us_loop_t {

}

extern "C" {
fn us_socket_is_shut_down(ssl: i32, s: u64) -> i32;
fn bsd_socket_flush(fd: i32);
Expand Down

0 comments on commit d370c08

Please sign in to comment.