#include <srripc.h>
int SrrReply(
pid_t pid, void* msg, size_t size )
;
The process to reply to.
The message to reply with.
The size of the reply message.
The SrrReply function is a wrap of the C function Reply. Any message that you receive using the SrrReceive function should be replied to. This function should only be used if you are also using SrrReceive.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.