26 RCSIDH(exfile_h,
"$Id: f820f161d115600712077517c92adf3ffcb90099 $")
int exfile_open(exfile_t *lf, char const *filename, mode_t permissions, bool append)
Open a new log file, or maybe an existing one.
int exfile_close(exfile_t *lf, int fd)
Close the log file.
int exfile_unlock(exfile_t *lf, int fd)
exfile_t * exfile_init(TALLOC_CTX *ctx, uint32_t entries, uint32_t idle, bool locking)
Initialize a way for multiple threads to log to one or more files.