19 #ifndef MCA_COMPRESS_BZIP_EXPORT_H
20 #define MCA_COMPRESS_BZIP_EXPORT_H
22 #include "opal_config.h"
29 #if defined(c_plusplus) || defined(__cplusplus)
43 int opal_compress_bzip_component_query(
mca_base_module_t **module,
int *priority);
48 int opal_compress_bzip_module_init(
void);
49 int opal_compress_bzip_module_finalize(
void);
54 int opal_compress_bzip_compress(
char *fname,
char **cname,
char **postfix);
55 int opal_compress_bzip_compress_nb(
char *fname,
char **cname,
char **postfix, pid_t *child_pid);
56 int opal_compress_bzip_decompress(
char *cname,
char **fname);
57 int opal_compress_bzip_decompress_nb(
char *cname,
char **fname, pid_t *child_pid);
59 #if defined(c_plusplus) || defined(__cplusplus)
OPAL output stream facility.
Common type for all MCA modules.
Definition: mca.h:100
Top-level interface for all MCA components.
Definition: compress_bzip.h:36
Structure for COMPRESS components.
Definition: compress.h:85