[svn-r23346] First commit for DESY project. It has the basic functionality of loading dynamically filter libraries and a simple test for it.

Tested on koala.
This commit is contained in:
Raymond Lu
2013-03-13 14:35:26 -05:00
parent d9baac8b0b
commit 55822485c6
31 changed files with 1834 additions and 44 deletions

View File

@@ -0,0 +1,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <hdf5.h>
#define FILTER_DYNLIB1_VERS 1
/* Local prototypes for filter functions */
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);