Skip to content

Commit

Permalink
Folly SocketOptionMap with strings - separate cmsgs
Browse files Browse the repository at this point in the history
Summary: Splitting cmgs from socket options.

Reviewed By: mjoras

Differential Revision: D49557451

fbshipit-source-id: fa3005170d049557d1c845fd14b0ada73b58b377
  • Loading branch information
avasylev authored and facebook-github-bot committed Oct 1, 2023
1 parent 39e2a70 commit a596b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxygen/lib/transport/H3DatagramAsyncSocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ class H3DatagramAsyncSocket
LOG(FATAL) << __func__ << " not supported";
}

void setCmsgs(const folly::SocketOptionMap& /*cmsgs*/) override {
void setCmsgs(const folly::SocketCmsgMap& /*cmsgs*/) override {
LOG(FATAL) << __func__ << " not supported";
}

void appendCmsgs(const folly::SocketOptionMap& /*cmsgs*/) override {
void appendCmsgs(const folly::SocketCmsgMap& /*cmsgs*/) override {
LOG(FATAL) << __func__ << " not supported";
}

Expand Down

0 comments on commit a596b53

Please sign in to comment.