0

I need to write a simple application that sends messages between two processes in Minix. I need some guidance on how to do this. I checked the Minix documentation and it says that only sendrec(src_dst, &message); can be used to send messages and wait for messages on Minix.

I have no idea how to use it in real world so if someone can post a very simple minimal example on how to use this call to send and receive messages, it would be very helpful.

Elsban
  • 1,187
  • 2
  • 13
  • 24

0 Answers0