nfs-ganesha 1.4
|
00001 #ifndef _LOOKUP3_H 00002 #define _LOOKUP3_H 00003 00004 #include <rbt_node.h> 00005 #include <rbt_tree.h> 00006 #include <pthread.h> 00007 #include "RW_Lock.h" 00008 #include "HashData.h" 00009 #include "log.h" 00010 00011 uint32_t Lookup3_hash_buff( char * str, uint32_t len ) ; 00012 void Lookup3_hash_buff_dual( char * str, uint32_t len, uint32_t * pval1, uint32_t *pval2 ) ; 00013 00014 00015 #endif /* _LOOKUP3_H */