Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INTERNAL: Rename the missing update_filter to eflag_update #330

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

ing-eoking
Copy link
Collaborator

🔗 Related Issue

⌨️ What I did

  • 누락된 update_filter 이름을 eflag_update로 변경합니다.

Copy link
Contributor

@jhpark816 jhpark816 left a comment

Choose a reason for hiding this comment

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

리뷰 완료

@@ -385,8 +385,8 @@ static inline int memcached_coll_eflag_filter_to_str(memcached_coll_eflag_filter
return write_length;
}

static inline int memcached_coll_update_filter_to_str(memcached_coll_update_filter_st *filter,
char *buffer, size_t buffer_length)
static inline int memcached_coll_eflag_update_to_str(memcached_coll_eflag_update_st *filter,
Copy link
Contributor

Choose a reason for hiding this comment

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

인자 명 변경: filter => update

@jhpark816 jhpark816 merged commit 8bec6c7 into naver:develop Dec 20, 2024
1 check passed
@ing-eoking ing-eoking deleted the update branch December 20, 2024 06:20
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