projects
/
fio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
goptions: handle changing of options in job edit
[fio.git]
/
gclient.h
1
#ifndef GFIO_CLIENT_H
2
#define GFIO_CLIENT_H
3
4
extern struct client_ops gfio_client_ops;
5
6
extern void gfio_display_end_results(struct gfio_client *);
7
8
#endif