©2004 by Marc J. Rochkind. All rights reserved. Portions marked "Open Source" may be copied under license.

 

Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

c7/smi_pshm.h

Go to the documentation of this file.
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_ */

Generated on Fri Apr 23 10:57:00 2004 for AUP2 Example Source by doxygen 1.3.1