[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] Custom KV_RO Implementation
I am new to Mirage too, so I could be quite wrong... I don't see anywhere in your code where you are calling "impl". But anyway, "impl" is private because it's not exposed (as a val) in mirage.mli: However, the function "implementation" is public and does basically the same thing. So you want: Also, your Kv module probably shouldn't take another KV_RO module as a parameter, unless you need it for something (. The Crunch module doesn't take any such parameter. Luke On 19 December 2014 at 22:49, Brian Brietzke <bbrietzke@xxxxxxxxx> wrote:
_______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |