logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

globus_xio_file_driver_instance - Opening/Closing

Author

       Generated automatically by Doxygen for globus_xio from the source code.

globus_xio                                         Version 6.6                globus_xio_file_driver_instance(3)

Detailed Description

       Opening/Closing.

       An XIO handle with the file driver can be created with globus_xio_handle_create()

       If there is no handle set on the attr passed to the globus_xio_open() call, it performs the equivalent of
       an open() call. In this case, the contact string must contain either a pathname or one of stdin://,
       stdout://, or stderr://. If a pathname is used, that path is opened. If one of the schemes are used the
       corresponding stdio handle is used (retrieved with fileno()).

       In either of the above cases, it is most efficient to call the blocking version of globus_xio_open(). It
       is also safe to call within a locked critical section.

       When the XIO handle is closed, the file driver will destroy its internal resources and close the fd
       (unless this fd was set on an attr or converted from one of the stdio handles).

Name

       globus_xio_file_driver_instance - Opening/Closing

        - Opening/Closing.

Synopsis

See Also