Changes by: arcady (arcady at unknown.email)
Date: 2005-08-15 15:54:37 -0700 (Mon, 15 Aug 2005)
Revision: 1934
Log message:

      Updated DIO to use the Iovec module for its iovecs.
      The more I think about it, though, the more it seems like the
      opaque type for an iovec is a bad idea. Wasn't the whole point
      specifically to have a list of strings that are then put together
      into a whole string. So don't we want to have direct access to the
      guts of said list? But it's still useful to have an iovec module
      to deal with them.
      

Changes  Path
+10 -3 mojavefs/shmem/common/iovec.ml
+11 -9 mojavefs/shmem/common/iovec.mli
+0 -24 mojavefs/shmem/dio/chunk_store.ml
+0 -4 mojavefs/shmem/dio/chunk_store.mli
+24 -16 mojavefs/shmem/dio/dio.ml
+5 -5 mojavefs/shmem/dio/dio.mli