Main Page | Namespace List | Class List | File List | Namespace Members | Class Members | File Members

EraseShm.cc

Go to the documentation of this file.
00001 #ifndef _EraseShm_CC_
00002 #define _EraseShm_CC_
00003 
00004 #include "../includes/Header.hh"
00005 using namespace std;
00006 
00007 int erase_shm(struct SHM_PARAM *param_ptr)
00008 {
00009   shmctl(param_ptr->shd_param_id, IPC_RMID, 0);
00010 
00011   return(0);
00012 }
00013 #endif

Generated on Sun Dec 14 23:32:46 2008 by doxygen 1.3.5