msgctl() 控制對message queue的操作。
int msgctl(int msqid, int cmd, struct msqid_ds *buf);
第一個參數 int msqid
return 0 成功 、return -1 失敗
http://man7.org/linux/man-pages/man2/msgctl.2.html#COLOPHON
文章標籤
全站熱搜
msgctl() 控制對message queue的操作。
int msgctl(int msqid, int cmd, struct msqid_ds *buf);
第一個參數 int msqid
return 0 成功 、return -1 失敗
http://man7.org/linux/man-pages/man2/msgctl.2.html#COLOPHON
留言列表