Message Queue APIs


 #include <sys/types.h>     #include <sys/ipc.h>     #include <sys/msg.h>     int  msgget  ( key_t key, int msgflg );     int  msgctl  ( int msgid, int cmd, struct msqid_ds *buf );     int  msgsnd  (  int msgid, structu msgbuf *msgp, size_t msgsz, _int msgflg );      size_t  msgrcv  (  int msgid, struct msgbuf *msgp, size_t msgsz,    _long msgtyp, int msgflg ); 



GNU/Linux Application Programming
GNU/Linux Application Programming (Programming Series)
ISBN: 1584505680
EAN: 2147483647
Year: 2006
Pages: 203
Authors: M. Tim Jones

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net