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:
Todd C. Miller
2010-12-29 11:07:45 -05:00
parent 3f6f61f852
commit 97b7ae8892
3 changed files with 46 additions and 24 deletions

View File

@@ -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);