OmniRpcCallAsync

Name

OmniRpcCallAsync -- Asynchronous call of remote function

Synopsis

#include <OmniRpc.h>

OmniRpcRequest OmniRpcRequest(const char *entry_name, ...);

Description

Requests to call a remote function which is specified by entry_name, and returns the data structure (OmniRpcRequest) for the request. It blocks the caller thread.

It search for a function name from the modules which are registered on the remote hosts, which are described in the hostfile, and calls the function on the appropriate remote host. If the function name is not found, it returns NULL.