Changes by: vgrama (vgrama at unknown.email)
Date: 2005-07-08 18:42:47 -0700 (Fri, 08 Jul 2005)
Revision: 1866
Log message:
Changed Id.t from abstract to string. DIO uses Id.t for its chunkids
(actually group IDs since IIO does the translation) and IIO has
to be able to generate an Id.t from its own chunk IDs. If Id.t were abstract
the only option would be to add an ID.dio_id_from_iio_id function that would know
how to translate from IIO chunk ID's to DIO ID's.. seemed like something far
too specific to put in the ID module.
Changes | Path |
+2 -2 | mojavefs/shmem/common/id.mli |