summaryrefslogtreecommitdiffstats
path: root/test/dynlib1.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-04-01 23:28:48 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-04-01 23:28:48 (GMT)
commit72e84fcd8253661a3cee60f4adcbb9c0b4999067 (patch)
tree81b07e01eb290a82e7c926014790128e44f86a2b /test/dynlib1.c
parente679eed61b59bd5e434b43ca749e6c885020afb2 (diff)
downloadhdf5-72e84fcd8253661a3cee60f4adcbb9c0b4999067.zip
hdf5-72e84fcd8253661a3cee60f4adcbb9c0b4999067.tar.gz
hdf5-72e84fcd8253661a3cee60f4adcbb9c0b4999067.tar.bz2
[svn-r23513] I added a test case in plugin.c for testing using filter for groups and created a dummy filter library for this test case.
Tested on jam and koala.
Diffstat (limited to 'test/dynlib1.c')
-rw-r--r--test/dynlib1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dynlib1.c b/test/dynlib1.c
index 2e0c593..e252623 100644
--- a/test/dynlib1.c
+++ b/test/dynlib1.c
@@ -24,6 +24,8 @@
#include <stdio.h>
#include <hdf5.h>
+#define H5Z_FILTER_DYNLIB1 257
+
static size_t H5Z_filter_dynlib1(unsigned int flags, size_t cd_nelmts,
const unsigned int *cd_values, size_t nbytes, size_t *buf_size, void **buf);