00001 #ifndef _SMI_MAP2_H_ 00002 #define _SMI_MAP2_H_ 00003 00004 #include "smi.h" 00005 00006 SMIQ *smi_open_pshm(const char *name, SMIENTITY entity, size_t msgsize); 00007 bool smi_close_pshm(SMIQ *sqp); 00008 bool smi_send_getaddr_pshm(SMIQ *sqp, struct client_id *client, 00009 void **addr); 00010 bool smi_send_release_pshm(SMIQ *sqp); 00011 bool smi_receive_getaddr_pshm(SMIQ *sqp, void **addr); 00012 bool smi_receive_release_pshm(SMIQ *sqp); 00013 00014 #endif /* _SMI_MAP2_H_ */