Skip to content

Commit

Permalink
Migrate QuicServerBackendIoUring.cpp to non-experimental uring
Browse files Browse the repository at this point in the history
Summary:
The experimental version shims to the non-experimental version, but
header resolution fails when compiling within xplat.

Reviewed By: mzlee

Differential Revision: D67364864

fbshipit-source-id: 80debdbc8cbc9206cd94f609ab6263e0a9dfe583
  • Loading branch information
ckwalsh authored and facebook-github-bot committed Dec 19, 2024
1 parent 2449d5e commit a172fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quic/server/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ mvfst_cpp_library(
"//common/network:mvfst_hooks", # @manual
"//folly:conv",
"//folly/chrono:conv",
"//folly/experimental/io:io_uring_backend",
"//folly/io:iobuf",
"//folly/io/async:event_base_manager",
"//folly/io/async:io_uring_backend",
"//folly/portability:gflags",
"//folly/system:thread_id",
"//quic/codec:header_codec",
Expand Down
2 changes: 1 addition & 1 deletion quic/server/QuicServerBackendIoUring.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <quic/server/QuicServer.h>

#include <folly/experimental/io/IoUringBackend.h>
#include <folly/io/async/IoUringBackend.h>

#if !FOLLY_MOBILE && __has_include(<liburing.h>)

Expand Down

0 comments on commit a172fbf

Please sign in to comment.