CERN org.glite.Gfal  2.0.1
Functions
/builddir/build/BUILD/gfal2-2.0.0/src/posix/gfal_posix_open.c File Reference

file for the internal open function for the posix interface More...

#include <glib.h>
#include <stdlib.h>
#include <common/gfal_prototypes.h>
#include <common/gfal_types.h>
#include <common/gfal_common_plugin.h>
#include <common/gfal_common_errverbose.h>
#include <common/gfal_common_file_handle.h>
#include "gfal_posix_internal.h"
#include "gfal_posix_local_file.h"

Functions

int gfal_posix_internal_open (const char *path, int flag, mode_t mode)

Detailed Description

file for the internal open function for the posix interface

Author:
Devresse Adrien
Version:
2.0
Date:
31/05/2011

Function Documentation

int gfal_posix_internal_open ( const char *  path,
int  flag,
mode_t  mode 
)

Implementation of gfal_open

References gfal_print_verbose(), gfal_check_local_url(), and gfal_plugin_openG().

Referenced by gfal_open().