nlcg_receive

Synopsis

    #include "nl_cons.h"
    
    void nlcg_receive(pid_t who);
    

Description

This function is called when nlcon_getch() Receives an unrecognizedmessage. The default behaviour is to return DAS_UNKN, but the library function may be overridden by a user function of the same name.

When Receiving, nlcon_getch() is only interested in the PID of the sender, since it is receiving empty proxies. nlcg_receive() may extract content from a message by calling Readmsg().

nlcg_receive() is responsible for replying to all messages for which it is called.

See Also

nlcon_getch().

Source File

/usr/local/src/nortlib/cgrecv.c

Alphabetical List
Subject List
Return to Manuals Page
webmaster@huarp.harvard.edu
Copyright 2001 by the President and Fellows of Harvard College