fix: retention coredump
This commit is contained in:
parent
b881b87218
commit
27e17048ac
|
@ -23,7 +23,7 @@ typedef struct {
|
||||||
int64_t cid;
|
int64_t cid;
|
||||||
|
|
||||||
TFileSetArray *fsetArr;
|
TFileSetArray *fsetArr;
|
||||||
TFileOpArray *fopArr;
|
TFileOpArray fopArr[1];
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
int32_t fsetArrIdx;
|
int32_t fsetArrIdx;
|
||||||
|
|
Loading…
Reference in New Issue