ESDM
Middleware for Earth System Data
|
A metadata backend on top of a POSIX compatible filesystem. More...
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <time.h>
#include "md-posix.h"
#include <esdm-internal.h>
Functions | |
esdm_md_backend_t * | metadummy_backend_init (esdm_config_backend_t *config) |
A metadata backend on top of a POSIX compatible filesystem.
esdm_md_backend_t* metadummy_backend_init | ( | esdm_config_backend_t * | config | ) |
Initializes the POSIX plugin. In particular this involves:
Takes possession of the config argument. Pass a malloc()
ed object.