If no iolog file is specified by the policy plugin, use io_nextid()
to determine the next file in the sequence.
This commit is contained in:
@@ -283,7 +283,7 @@ int atobool(const char *str);
|
||||
int get_boottime(struct timeval *);
|
||||
|
||||
/* iolog.c */
|
||||
void io_nextid(void);
|
||||
void io_nextid(char *iolog_dir, char sessid[7]);
|
||||
|
||||
/* iolog_path.c */
|
||||
char *expand_iolog_path(const char *prefix, const char *opath);
|
||||
|
Reference in New Issue
Block a user