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

refine code comments: clarify misleading names and comments for thread_rpc_alloc_*_payload APIs #7096

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

Commits on Nov 5, 2024

  1. core: thread: clarify thread_rpc_alloc_*_payload() inline description

    The thread_rpc_alloc_*_payload APIs are consistent with the thread_shm_type
    enumerations, as seen in the alloc_shm function. However, the name and
    comments of thread_rpc_alloc_payload might be misleading, suggesting it is a
    universal API. To maintain backward compatibility, only the code comments
    have been updated for clarity.
    
    Signed-off-by: Yitong Cheng <santongding@foxmail.com>
    santongding committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    cf02bc2 View commit details
    Browse the repository at this point in the history