Commits
Dana Robinson committed 4e6ce9d1653
* Added a null_VOL plugin to test/ that does absolutely nothing. My intent is for this VOL plugin to be used to test registration (currently Autotools-only). * Added a couple of things to the plugin code to support the null VOL plugin. * Changed the VOL struct value field to an unsigned from an H5VL_class_value_t enum. It's not clear how that enumeration would be managed, in practice, and a max value of 128 is way too small. * Added H5VLpublic.h to hdf5.h and tidied the comments.