nfs-ganesha 1.4
|
00001 00002 #ifndef _HANDLE_MAPPING_INTERNAL_H 00003 #define _HANDLE_MAPPING_INTERNAL_H 00004 00005 #include "HashTable.h" 00006 00007 int handle_mapping_hash_add(hash_table_t * p_hash, 00008 uint64_t object_id, 00009 unsigned int handle_hash, fsal_handle_t * p_handle); 00010 00011 #endif