man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: July 2014
 
 

stmfPostProxyMsg(3STMF)

Name

stmfPostProxyMsg - post proxy message

Synopsis

cc [ flag... ] file... -lstmf [ library... ]
#include <libstmf.h>

int stmfPostProxyMsg(int hdl, void *buf, uint32_t buflen);

Parameters

hdl

handle returned in a previous successful call to stmfInitProxyDoor(3STMF)

buf

pointer to a buffer to received from peer node

buflen

length of buf

Description

The stmfPostProxyMsg() function passes down to the STMF proxy service the message received from the peer node's STMF proxy service door upcall.

Return Values

The following values are returned:

STMF_ERROR_INVALID_ARG

The buf argument is NULL.

STMF_POST_MSG_FAILED

The attempt to post the message failed.

STMF_STATUS_SUCCESS

The API call was successful.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See also

stmfInitProxyDoor(3STMF), libstmf(3LIB) , attributes(5)