Compute a checksum for a persistent object

ss_pers_cksum is a function defined in sspers.c.

Synopsis:

herr_t ss_pers_cksum(ss_persobj_t *persobj, ss_val_cksum_t *cksum)

Formal Arguments:

  • persobj: Persistent object whose checksum will be computed.
  • cksum [OUT]: The computed checksum.

Description: Computes a checksum for the persistent part of a persistent object in memory.

Return Value: Returns non-negative on success; negative on failure.

Parallel Notes: Independent

See Also: