annotate src/lib/fdatasync-path.h @ 22664:fea53c2725c0

director: Fix director_max_parallel_moves/kicks type Should be uint, not time.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 09 Nov 2017 12:24:16 +0200
parents d2b10facb504
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7329
d2b10facb504 Moved fdatasync_path() to a global function.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
1 #ifndef FDATASYNC_PATH_H
d2b10facb504 Moved fdatasync_path() to a global function.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
2 #define FDATASYNC_PATH_H
d2b10facb504 Moved fdatasync_path() to a global function.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
3
d2b10facb504 Moved fdatasync_path() to a global function.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
4 /* Open and fdatasync() the path. Works for files and directories. */
d2b10facb504 Moved fdatasync_path() to a global function.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
5 int fdatasync_path(const char *path);
d2b10facb504 Moved fdatasync_path() to a global function.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
6
d2b10facb504 Moved fdatasync_path() to a global function.
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
7 #endif