view src/lib/fdatasync-path.h @ 22633:9284bdc3c5c5

director: Don't recreate timeout on every user lookup Recreate it only when the timeout should change.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Sat, 04 Nov 2017 01:34:02 +0200
parents d2b10facb504
children
line wrap: on
line source

#ifndef FDATASYNC_PATH_H
#define FDATASYNC_PATH_H

/* Open and fdatasync() the path. Works for files and directories. */
int fdatasync_path(const char *path);

#endif