Minor type fixup
This commit is contained in:
parent
4fe4758d7a
commit
436c6ac14b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
last_read_lpn :: lpn(), %
|
last_read_lpn :: lpn(), %
|
||||||
last_write_lpn :: lpn(),
|
last_write_lpn :: lpn(),
|
||||||
back_ps :: [lpn()], % back pointers (up to 4)
|
back_ps :: [lpn()], % back pointers (up to 4)
|
||||||
i_state :: orddict:orddict() % internal state thingie
|
i_state :: term() % internal state thingie
|
||||||
}).
|
}).
|
||||||
|
|
||||||
start_link(PageSize, SequencerPid, Proj, CallbackMod) ->
|
start_link(PageSize, SequencerPid, Proj, CallbackMod) ->
|
||||||
|
|
Loading…
Reference in a new issue