Reference Guide C API www.spreadconcepts.com


C API
Replicated Hash Table
Version 2.0


rht_on_failure_cb
  void rht_on_failure_cb(rht r, rht_code err);


Parameters
  r replica on which error has occurred
  err error code of the error that has occurred


Return Values
  none


Description
 

on_failure_cb is called every time a permanent failure occurs that will not allow the replica to continue making progress (e.g. - out of memory). After such a callback, most of the functions on the replica will fail and rht_fini should eventually be called on it.

a list of possible error codes.



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


Also See
  RHT reference guide


Copyright © 2004, Spread Concepts LLC, All rights reserved