↩ revert(MESA_handle_logger.h): 接口回滚,句柄继续使用已有的void*定义

This commit is contained in:
yangwei
2023-05-31 11:24:58 +08:00
parent 7fa29b1a00
commit 1dd9e1e0f2

View File

@@ -224,7 +224,7 @@ int MESA_handle_runtime_log_level_enabled(void *v_handle, const int level)
void MESA_handle_runtime_log(void *v_handle, int level, const char *module, const char *fmt, ...)
{
struct log_handle_t *handle = (struct log_handle_t *)handle;
struct log_handle_t *handle = (struct log_handle_t *)v_handle;
if(handle == NULL || handle->runtime_log_file == NULL)return;
if(handle->zc == NULL)return;