At Fri, 3 Jul 2015 15:02:01 +0300, Vasiliy Tolstov wrote: > > 2015-07-02 14:52 GMT+03:00 Vasiliy Tolstov <[email protected]>: > > OK, can you share some info about how can I get all vdi pieces, and what > > files I need to modify?
You can obtain all VDI list in sys->vdi_inuse bitmap. Every VID has corresponding bit in the map, e.g. if VID 0xff exists, 0xff th bit is on. There would be various ways to implement the feature, I suggest to implement in files under sheep/http/. Thanks, Hitoshi -- sheepdog mailing list [email protected] https://lists.wpkg.org/mailman/listinfo/sheepdog
