CERN org.glite.Gfal  2.0.1
Functions | Variables
/builddir/build/BUILD/gfal2-2.0.0/src/common/gfal_common_dir_handle.c File Reference

file for the directory handle management More...

#include <stdlib.h>
#include <errno.h>
#include <glib.h>
#include <pthread.h>
#include "gfal_constants.h"
#include "gfal_types.h"
#include "gfal_common_filedescriptor.h"
#include "gfal_common_dir_handle.h"

Functions

gfal_fdesc_container_handle gfal_dir_handle_container_instance (gfal_descriptors_container *fdescs, GError **err)
void gfal_dir_handle_container_delete (gfal_descriptors_container *fdescs)

Variables

pthread_mutex_t m_dir_container = PTHREAD_MUTEX_INITIALIZER

Detailed Description

file for the directory handle management

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

Function Documentation

return the singleton of the file descriptor container for the directories

Referenced by gfal_posix_internal_readdir().