hdf_write_file_atomic (3) - Linux Manuals

hdf_write_file_atomic: write an HDF data file atomically

NAME

hdf_write_file_atomic - write an HDF data file atomically

SYNOPSIS

#include <util/neo_hdf.h>

NEOERR* hdf_write_file_atomic (HDF *hdf, const char *path);

DESCRIPTION

hdf_write_file_atomic is similar to hdf_write_file, except the new file is created with a unique name and then rename(2) is used to atomically replace the old file with the new file Input: Output: