www.pudn.com > ccache.rar > shm.h


/******************************************************************** 
	created:	2008/01/23 
	filename: 	shm.h 
	author:		Lichuang 
                 
	purpose:     
*********************************************************************/ 
 
#ifndef __SHM_H__ 
#define __SHM_H__ 
 
#include "ccache.h" 
 
ccache_t* create_shm(int nodenum, int keysize, int datasize, int hashitemnum, const char* mapfilename, int attach); 
int      destroy_shm(ccache_t* cache); 
 
#endif /* __SHM_H__ */