summaryrefslogtreecommitdiffstats
path: root/test/dynlib2.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/dynlib2.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/dynlib2.c')
-rw-r--r--test/dynlib2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dynlib2.c b/test/dynlib2.c
index b1c1707..1ee6ed7 100644
--- a/test/dynlib2.c
+++ b/test/dynlib2.c
@@ -25,6 +25,8 @@
#include <math.h>
#include <hdf5.h>
+#define H5Z_FILTER_DYNLIB2 258
+
static size_t H5Z_filter_dynlib2(unsigned int flags, size_t cd_nelmts,
const unsigned int *cd_values, size_t nbytes, size_t *buf_size, void **buf);