Skip to content

Commit

Permalink
EventBaseBackendBase: sync w/ xplat
Browse files Browse the repository at this point in the history
Summary: For some reason D69608626 didn't sync with xplat.

Reviewed By: dmm-fb

Differential Revision: D69682187

fbshipit-source-id: 217009dbd5cba73ed2ab1f419d758675f6608728
  • Loading branch information
spikeh authored and facebook-github-bot committed Feb 15, 2025
1 parent 6031455 commit d4c2061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions folly/io/async/EventBaseBackendBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ class EventBaseBackendBase {

virtual int getPollableFd() const { return -1; }

virtual int getNapiId() const { return -1; }

virtual event_base* getEventBase() = 0;
virtual int eb_event_base_loop(int flags) = 0;
virtual int eb_event_base_loopbreak() = 0;
Expand Down

0 comments on commit d4c2061

Please sign in to comment.