Man Page: rmr_payload_size

RMR LIBRARY FUNCTIONS

NAME

rmr_payload_size

SYNOPSIS

#include <rmr/rmr.h>

int rmr_payload_size( rmr_mbuf_t* msg );

DESCRIPTION

Given a message buffer, this function returns the amount of space (bytes) available for the user application to consume in the message payload. This is different than the message length available as a field in the message buffer.

RETURN VALUE

The number of bytes available in the payload.

ERRORS

INVAL

Parameter(s) passed to the function were not valid.

SEE ALSO

rmr_alloc_msg(3), rmr_call(3), rmr_free_msg(3), rmr_init(3), rmr_send_msg(3), rmr_rcv_msg(3), rmr_rcv_specific(3), rmr_rts_msg(3), rmr_ready(3), rmr_fib(3), rmr_has_str(3), rmr_tokenise(3), rmr_mk_ring(3), rmr_ring_free(3)