silc_fd_stream_get_info

SYNOPSIS

    SilcBool
    silc_fd_stream_get_info(SilcStream stream, int *read_fd, int *write_fd);

DESCRIPTION

Returns the file descriptors associated with the stream. The 'write_fd' is available only if the stream was created with silc_fd_stream_create2 function. Returns FALSE if the information is not available.