Skip to content

Remove implementation specific function name of EventDispatcher#2462

Merged
wwbmmm merged 12 commits intoapache:masterfrom
Divyansh200102:Remove-implementation-specific-function-name-of-EventDispatcher
Feb 1, 2024
Merged

Remove implementation specific function name of EventDispatcher#2462
wwbmmm merged 12 commits intoapache:masterfrom
Divyansh200102:Remove-implementation-specific-function-name-of-EventDispatcher

Conversation

@Divyansh200102
Copy link
Copy Markdown
Contributor

Closes- #1894

Comment thread src/brpc/event_dispatcher.h Outdated
// will be kept and EPOLL_CTL_MOD will be used instead of EPOLL_CTL_DEL
// Returns 0 on success, -1 otherwise and errno is set
int RemoveEpollOut(SocketId socket_id, int fd, bool pollin);
int DeregisterEvent(SocketId socket_id, int fd, bool pollin);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unregister是不是更合适?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay

@wwbmmm
Copy link
Copy Markdown
Contributor

wwbmmm commented Jan 23, 2024

和主干新合入的功能有冲突导致编译失败 @Divyansh200102

@Divyansh200102
Copy link
Copy Markdown
Contributor Author

和主干新合入的功能有冲突导致编译失败 @Divyansh200102

我会调查一下 @wwbmmm

@Divyansh200102
Copy link
Copy Markdown
Contributor Author

Divyansh200102 commented Jan 25, 2024

你能看看为什么最后一次检查失败吗 @wwbmmm

@Divyansh200102 Divyansh200102 requested a review from wwbmmm January 30, 2024 04:53
@wwbmmm
Copy link
Copy Markdown
Contributor

wwbmmm commented Jan 31, 2024

你能看看为什么最后一次检查失败吗 @wwbmmm

最新master分支已修复,可以更新试试。

@wwbmmm
Copy link
Copy Markdown
Contributor

wwbmmm commented Jan 31, 2024

LGTM

@Divyansh200102
Copy link
Copy Markdown
Contributor Author

如果您觉得不错,请合并拉取请求@wwbmmm

@wwbmmm wwbmmm merged commit 552bd30 into apache:master Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants