![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <config.h>
Data Fields | |
const char * | name |
char const * | cli_args |
param_values_t | param_values |
int | use_dictionary |
int | no_pledged_src_size |
int | advanced_api_only |
The config tells the compression method what options to use.
int advanced_api_only |
Boolean parameter that says that this config should only be used for methods that use the advanced compression API
char const * cli_args |
Optional arguments to pass to the CLI. If not set, CLI-based methods will skip this config.
const char * name |
Identifies the config in the results table
int no_pledged_src_size |
Boolean parameter that says if we should pass the pledged source size when the method allows it. Defaults to yes.
param_values_t param_values |
Parameters to pass to the advanced API. If the advanced API isn't used, the parameters will be derived from these.
int use_dictionary |
Boolean parameter that says if we should use a dictionary. If the data doesn't have a dictionary, this config is skipped. Defaults to no.