ESDM
Middleware for Earth System Data
|
A data backend to provide a DUMMY interface that doesn't perform any operation. More...
#include <dirent.h>
#include <errno.h>
#include <esdm-debug.h>
#include <esdm.h>
#include <fcntl.h>
#include <jansson.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 "dummy.h"
Functions | |
int | dummy_finalize (esdm_backend_t *backend) |
esdm_backend_t * | dummy_backend_init (esdm_config_backend_t *config) |
A data backend to provide a DUMMY interface that doesn't perform any operation.
esdm_backend_t* dummy_backend_init | ( | esdm_config_backend_t * | config | ) |
Initializes the DUMMY plugin. In particular this involves:
int dummy_finalize | ( | esdm_backend_t * | backend | ) |
Finalize callback implementation called on ESDM shutdown.
This is the last chance for a backend to make outstanding changes persistent. This routine is also expected to clean up memory that is used by the backend.