Skip to content
Snippets Groups Projects
  • Corey Farrell's avatar
    4c19b949
    lock: Replace __ast_mutex_logger with private log_mutex_error. · 4c19b949
    Corey Farrell authored
    __ast_mutex_logger used the variable `canlog` without accepting it as a
    argument.  Replace with internal macro `log_mutex_error` which takes
    canlog as the first arguement.  This will prevent confusion when working
    with lock.c code, many of the function declare the canlog variable and
    in some cases it previously appeared to be unused.
    
    Change-Id: I83b372cb0654c5c18eadc512f65a57fa6c2e9853
    4c19b949
    History
    lock: Replace __ast_mutex_logger with private log_mutex_error.
    Corey Farrell authored
    __ast_mutex_logger used the variable `canlog` without accepting it as a
    argument.  Replace with internal macro `log_mutex_error` which takes
    canlog as the first arguement.  This will prevent confusion when working
    with lock.c code, many of the function declare the canlog variable and
    in some cases it previously appeared to be unused.
    
    Change-Id: I83b372cb0654c5c18eadc512f65a57fa6c2e9853