Added flags for flushfs.

geesefs-0-30-9
Aaron Jacobs 2015-03-23 15:54:20 +11:00
parent 9b88ab0cc3
commit 0bbe4cfa3d
1 changed files with 10 additions and 0 deletions

View File

@ -26,6 +26,16 @@ var fType = flag.String(
"",
"The name of the samples/ sub-dir to be mounted.")
var fFlushesFile = flag.String(
"flushfs.flushes_file",
"",
"Path to a file to which flushes should be reported, \\n-separated.")
var fFsyncsFile = flag.String(
"flushfs.fsyncs_file",
"",
"Path to a file to which fsyncs should be reported, \\n-separated.")
func main() {
os.Exit(1)
}