Fix dialyzer issue
This commit is contained in:
parent
b2eb3e089c
commit
d59c1fae31
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@
|
||||||
csum_path :: string()|undefined,
|
csum_path :: string()|undefined,
|
||||||
data_filehandle :: file:io_device(),
|
data_filehandle :: file:io_device(),
|
||||||
csum_table :: machi_csum_table:table(),
|
csum_table :: machi_csum_table:table(),
|
||||||
eof_position = 0 :: machi_dt:chunk_pos(),
|
eof_position = 0 :: non_neg_integer(),
|
||||||
max_file_size = ?DEFAULT_MAX_FILE_SIZE :: machi_dt:chunk_pos(),
|
max_file_size = ?DEFAULT_MAX_FILE_SIZE :: pos_integer(),
|
||||||
tref :: reference(), %% timer ref
|
tref :: reference(), %% timer ref
|
||||||
ticks = 0 :: non_neg_integer(), %% ticks elapsed with no new operations
|
ticks = 0 :: non_neg_integer(), %% ticks elapsed with no new operations
|
||||||
ops = 0 :: non_neg_integer(), %% sum of all ops
|
ops = 0 :: non_neg_integer(), %% sum of all ops
|
||||||
|
|
Loading…
Reference in a new issue