diff --git a/prototype/tango-prototype/src/tango_oid.erl b/prototype/tango-prototype/src/tango_oid.erl index 0325cd9..1264e58 100644 --- a/prototype/tango-prototype/src/tango_oid.erl +++ b/prototype/tango-prototype/src/tango_oid.erl @@ -48,7 +48,7 @@ last_read_lpn :: lpn(), % last_write_lpn :: lpn(), 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) ->