NAME

grpc_arg_stack_push_arg - Pushes an argument onto the stack.

SYNOPSIS

int grpc_arg_stack_push_arg(grpc_arg_stack_t *stack, void *arg)

ARGUMENTS

grpc_arg_stack_t *stack
The stack
void *arg
Argument pointer

DESCRIPTION

The grpc_arg_stack_push_arg() function pushes the specified argument onto the stack.

This function is MT-safe.


RETURN VALUE

If successful, 0 is returned. In the case of an error, -1 is returned.

ERRORS

GRPC_NOT_INITIALIZED
The grpc_initialize() function has not been executed.
GRPC_OTHER_ERROR_CODE
Internal error detected.

last update : $Date: 2005/07/11 07:11:24 $