summaryrefslogtreecommitdiffstats
path: root/src/H5PLpublic.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-03-09 16:21:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-03-09 16:21:56 (GMT)
commit64f65d96d945210c23b28e124d286505e31bb68c (patch)
tree3ed234a7c6e6e3de23097bd5b441679a1ba1210e /src/H5PLpublic.h
parent1f4f709e8cdfaa4bc35d58c665008793d7e1cca1 (diff)
downloadhdf5-64f65d96d945210c23b28e124d286505e31bb68c.zip
hdf5-64f65d96d945210c23b28e124d286505e31bb68c.tar.gz
hdf5-64f65d96d945210c23b28e124d286505e31bb68c.tar.bz2
[svn-r26403] changes to comments and test should use unsigned var.
Diffstat (limited to 'src/H5PLpublic.h')
-rw-r--r--src/H5PLpublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5PLpublic.h b/src/H5PLpublic.h
index 1dae3b7..0528945 100644
--- a/src/H5PLpublic.h
+++ b/src/H5PLpublic.h
@@ -26,14 +26,14 @@
/* Public Typedefs */
/*******************/
-/* Plugin type */
+/* Plugin type used by the plugin library */
typedef enum H5PL_type_t {
H5PL_TYPE_ERROR = -1, /*error */
H5PL_TYPE_FILTER = 0, /*filter */
H5PL_TYPE_NONE = 1 /*this must be last! */
} H5PL_type_t;
-/* Common dynamic plugin type flags */
+/* Common dynamic plugin type flags used by the set/get_loading_state functions */
#define H5PL_FILTER_PLUGIN 0x0001
#define H5PL_ALL_PLUGIN 0xFFFF