nfs-ganesha 1.4
Modules | Functions

Internal implementation details of the hash table

Modules

 Functions in the public Hash Table interface

Functions

const char * hash_table_err_to_str (hash_error_t err)
 Return an error string for an error code.

Function Documentation

const char* hash_table_err_to_str ( hash_error_t  err)

Return an error string for an error code.

This function returns an error string corresponding to the supplied error code.

Parameters:
[in]erroThe error code to look up
Returns:
An error string or "UNKNOWN HASH TABLE ERROR"

Definition at line 110 of file HashTable.c.