본문 바로가기

카테고리 없음

IPC - MESSAGE QUEUE

int msgsnd(int msqid, const void *ptr, size_t nbytes, int flag);

int msgrcv(int msqid, void *ptr, size_t nbytes, long type, int flag);

 

int msgctl(int msqid, int cmd, struct msqid_ds *buf);