enum rpcs_msghdr_check_args_mode

Overview

Variants of checking whether there are unexpected changes of arguments after function call. More…

#include <rpcs_msghdr.h>

enum rpcs_msghdr_check_args_mode {
    RPCS_MSGHDR_CHECK_ARGS_NONE,
    RPCS_MSGHDR_CHECK_ARGS_RECV,
    RPCS_MSGHDR_CHECK_ARGS_SEND,
};

Detailed Documentation

Variants of checking whether there are unexpected changes of arguments after function call.

Enum Values

RPCS_MSGHDR_CHECK_ARGS_NONE

Do not check.

RPCS_MSGHDR_CHECK_ARGS_RECV

Expect changes which can be made by receive call.

RPCS_MSGHDR_CHECK_ARGS_SEND

Expect changes which can be made by send call.