The rapi_getfd() call obtains the alert socket for a session.

Syntax

#include <rsvprapi.h>

int  rapi_getfd(
       rapi_sid_t sid);

Parameters

sid

Description

The rapi_getfd() call formats the information in a tspec into the buffer, in a form suitable for printing. The output information is truncated if the buffer is too small.

Return Values

A socket number is returned, or -1. The value -1 indicates an invalid session ID was used as an argument.

Related Calls


[Back] [Next]