mirror of
https://gitee.com/openharmony/hiviewdfx_hitrace
synced 2024-11-27 01:50:45 +00:00
!454 修改codecheck告警
Merge pull request !454 from ZhangRuixue/feature_fix_check
This commit is contained in:
commit
1c6ccbe0f4
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user