Skip to main content

ec_message_get_body_fd_for_mmap

Last updated March 2020

Name

ec_message_get_body_fd_for_mmap — Requests the file descriptor from the IO layer for the purpose of memory mapping

Synopsis

#include "ec_message.h"

| int **ec_message_get_body_fd_for_mmap** ( | mess); |   |

ec_message * <var class="pdparam">mess</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Requests the file descriptor from the IO layer for the purpose of memory mapping.

Parameters

mess

the message

Return Values

The file descriptor, or 0 if Momentum decided that the message was not suitable for memory mapping.

Was this page helpful?