You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
현재 arcus 구조체를 사용하는 대부분의 코드에서는 lock_arcus putex lock을 획득한 상태에서
mc의 server_manager()를 통해 가져오는 arcus에 대해 not arcus를 확인하고
not arcus인 경우 각 코드에 맞는 핸들링을 하고 있다.
c client 구동 중 arcus 구조체가 제거될 가능성이 있는 상황을 정리하고
제거될 가능성이 없는 부분 이라면 not arcus 확인과 handling 작업을 제거하는게
코드 관리와 향후 arcus 구조체를 이용한 코드 수정에 대한 복잡성을 낮출 수 있을 것으로 보인다.
The text was updated successfully, but these errors were encountered:
현재 arcus 구조체를 사용하는 대부분의 코드에서는 lock_arcus putex lock을 획득한 상태에서
mc의 server_manager()를 통해 가져오는 arcus에 대해 not arcus를 확인하고
not arcus인 경우 각 코드에 맞는 핸들링을 하고 있다.
c client 구동 중 arcus 구조체가 제거될 가능성이 있는 상황을 정리하고
제거될 가능성이 없는 부분 이라면 not arcus 확인과 handling 작업을 제거하는게
코드 관리와 향후 arcus 구조체를 이용한 코드 수정에 대한 복잡성을 낮출 수 있을 것으로 보인다.
The text was updated successfully, but these errors were encountered: