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

Add aco_is_in_main_co() function #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 15, 2021

  1. Add aco_is_in_main_co() function

    To identify whether the function call is directly from main co or
    from non-main co, one function is added to support reveal the
    status.
    
    aco_gtls_co->main_co is used to identify the current status,
    because main_co pointer is NULL in main_co status
    PunchShadow committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    ad5bc6a View commit details
    Browse the repository at this point in the history