!454 修改codecheck告警

Merge pull request !454 from ZhangRuixue/feature_fix_check
This commit is contained in:
openharmony_ci 2024-06-04 13:09:56 +00:00 committed by Gitee
commit 1c6ccbe0f4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -21,9 +21,9 @@
extern "C" {
struct CHiTraceId {
int64_t chainId;
int32_t spanId;
int32_t parentSpanId;
uint64_t chainId;
uint64_t spanId;
uint64_t parentSpanId;
int32_t flags;
};