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 update_filter to eflag_update #328

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

ing-eoking
Copy link
Collaborator

🔗 Related Issue

⌨️ What I did

  • update_filter를 deprecated 시키고, 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.

리뷰 완료

memcached_return_t memcached_coll_update_filter_init(memcached_coll_update_filter_st *ptr,
const unsigned char *fvalue,
const size_t fvalue_length)
memcached_return_t memcached_coll_eflag_update_init(memcached_coll_update_filter_st *ptr,
Copy link
Contributor

Choose a reason for hiding this comment

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

첫째 인자의 타입도 변경해야 합니다.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

수정되었습니다.

memcached_return_t memcached_coll_update_filter_set_bitwise(memcached_coll_update_filter_st *ptr,
const size_t fwhere,
memcached_coll_bitwise_t bitwise_op)
memcached_return_t memcached_coll_eflag_update_set_bitwise(memcached_coll_update_filter_st *ptr,
Copy link
Contributor

Choose a reason for hiding this comment

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

여기도 첫째 인자 타입을 변경

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.

리뷰 완료

@@ -92,6 +92,7 @@ typedef struct memcached_coll_query_st memcached_bop_query_st;
typedef struct memcached_hexadecimal_st memcached_hexadecimal_st;
typedef struct memcached_mkey_st memcached_mkey_st;
typedef struct memcached_coll_eflag_filter_st memcached_coll_eflag_filter_st;
typedef struct memcached_coll_update_filter_st memcached_coll_eflag_update_st;
Copy link
Contributor

Choose a reason for hiding this comment

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

아래 형태가 되도록 구조체 이름도 변경합시다.

typedef struct memcached_coll_eflag_update_st memcached_coll_eflag_update_st;
typedef struct memcached_coll_eflag_update_st memcached_coll_update_filter_st;

@jhpark816 jhpark816 merged commit 1b2017b into naver:develop Dec 18, 2024
1 check passed
@ing-eoking ing-eoking deleted the eflag branch December 18, 2024 05:02
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