Reference Guide C API www.spreadconcepts.com


C API
Replicated Hash Table
Version 2.0


rht_snap_fini
  void rht_snap_fini(rht_snap *snap);


Parameters
  snap snap shot to release


Return Values
  none


Description
 

rht_snap_fini may be called once and only once on a snapshot successfully initialized by a call to rht_snapshot to reclaim resources associated with the snapshot.

After calling rht_snap_fini on such a snapshot, it is only valid to subsequently use that rht_snap in a call to rht_snapshot.



Requirements
  Header: Declared in rht.h
Library: Use rht.lib
Version: 2.0


Also See
  RHT reference guide, snapshot operations


Copyright © 2004, Spread Concepts LLC, All rights reserved