Changes by: vgrama (vgrama at unknown.email)
Date: 2005-07-12 17:45:57 -0700 (Tue, 12 Jul 2005)
Revision: 1874
Log message:

      First version of datachunk lookup  (in module Lnsc).
      Comments:
      -> right now only splitwhenfull metachunk split policy considered;
         at first sight seems easy to also provide splitoncollision support here
      -> most part of the code is commented out; it can't compile without a Dio
         module
      -> even if it compiled, at this stage it would be hard to test it; for that
         we need to get to the point where we have a hierarchy of metachunks and
         datachunks (maybe a simulated one...)
      
      are commented because it can't compile as long as we don't have Dio
      

Changes  Path
+40 -18 mojavefs/shmem/iio/iio.ml
+2 -2 mojavefs/shmem/iio/iio_private_types.ml
+193 -9 mojavefs/shmem/iio/lnsc.ml
+2 -2 mojavefs/shmem/iio/lnsc.mli