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