12 #ifndef OPAL_COMPRESS_BASE_H
13 #define OPAL_COMPRESS_BASE_H
15 #include "opal_config.h"
24 #if defined(c_plusplus) || defined(__cplusplus)
36 OPAL_DECLSPEC
int opal_compress_base_open(
void);
46 OPAL_DECLSPEC
int opal_compress_base_select(
void);
56 OPAL_DECLSPEC
int opal_compress_base_close(
void);
61 OPAL_DECLSPEC
extern int opal_compress_base_output;
62 OPAL_DECLSPEC
extern opal_list_t opal_compress_base_components_available;
69 OPAL_DECLSPEC
int opal_compress_base_tar_create(
char ** target);
70 OPAL_DECLSPEC
int opal_compress_base_tar_extract(
char ** target);
72 #if defined(c_plusplus) || defined(__cplusplus)
Generic helper routines for environment manipulation.
Structure for COMPRESS modules.
Definition: compress.h:104
Definition: opal_list.h:147
Structure for COMPRESS components.
Definition: compress.h:85
Checkpoint functionality for Open MPI.