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

[CLEANUP] arcus 구조체의 exist 확인과 제거 상황 정리 #86

Open
MinWooJin opened this issue Apr 24, 2020 · 0 comments
Open
Assignees

Comments

@MinWooJin
Copy link
Contributor

현재 arcus 구조체를 사용하는 대부분의 코드에서는 lock_arcus putex lock을 획득한 상태에서
mc의 server_manager()를 통해 가져오는 arcus에 대해 not arcus를 확인하고
not arcus인 경우 각 코드에 맞는 핸들링을 하고 있다.

c client 구동 중 arcus 구조체가 제거될 가능성이 있는 상황을 정리하고
제거될 가능성이 없는 부분 이라면 not arcus 확인과 handling 작업을 제거하는게
코드 관리와 향후 arcus 구조체를 이용한 코드 수정에 대한 복잡성을 낮출 수 있을 것으로 보인다.

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

No branches or pull requests

2 participants