- Global GFAL2_DEPRECATED (gfalt_set_checksum) gint gfalt_set_checksum_check(gfalt_params_t
- Equivalent to gfalt_get_checksum_check(params, GFALT_CHECKSUM_BOTH, err) Force additional checksum verification between source and destination an Error is return by the copy function is case of checksum failure.
- Global GFAL2_DEPRECATED (gfalt_get_checksum) gboolean gfalt_get_checksum_check(gfalt_params_t
- Get the checksum verification boolean
- Global GFAL2_DEPRECATED (gfalt_set_checksum) gint gfalt_set_checksum_check(gfalt_params_t
- gfalt_set_checksum Set an user-defined checksum for file content verification Setting NULL & NULL clear the current one. This function requires to enable global checksum verification with gfalt_set_checksum_check
- Global GFAL2_DEPRECATED (gfalt_get_checksum) gboolean gfalt_get_checksum_check(gfalt_params_t
- gfalt_get_checksum Get the current user-defined checksum for file content verification If current user-defined checksum is NULL, both of the buffer are set to empty string If the value is set, but not the type, ADLER32 will be assumed