pull/35648/head
AJ Heller 1 year ago
parent 9dd48c5912
commit 7cae28e0b3
  1. 2
      src/core/BUILD
  2. 6
      src/core/lib/event_engine/extensions/supports_fd.h

@ -64,7 +64,7 @@ grpc_cc_library(
external_deps = [
"absl/status:statusor",
"absl/functional:any_invocable",
"absl/strings"
"absl/strings",
],
deps = [
"//:event_engine_base_hdrs",

@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef GRPC_EVENT_ENGINE_EXTENSIONS_SUPPORTS_FD_H
#define GRPC_EVENT_ENGINE_EXTENSIONS_SUPPORTS_FD_H
#ifndef GRPC_SRC_CORE_LIB_EVENT_ENGINE_EXTENSIONS_SUPPORTS_FD_H
#define GRPC_SRC_CORE_LIB_EVENT_ENGINE_EXTENSIONS_SUPPORTS_FD_H
#include <grpc/support/port_platform.h>
@ -157,4 +157,4 @@ class EventEngineSupportsFdExtension {
} // namespace experimental
} // namespace grpc_event_engine
#endif // GRPC_EVENT_ENGINE_EXTENSIONS_SUPPORTS_FD_H
#endif // GRPC_SRC_CORE_LIB_EVENT_ENGINE_EXTENSIONS_SUPPORTS_FD_H

Loading…
Cancel
Save