projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b29c813
)
gfapi: indentify
author
Jens Axboe
<axboe@fb.com>
Tue, 20 May 2014 01:53:03 +0000
(19:53 -0600)
committer
Jens Axboe
<axboe@fb.com>
Tue, 20 May 2014 01:53:03 +0000
(19:53 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
engines/gfapi.h
patch
|
blob
|
blame
|
history
diff --git
a/engines/gfapi.h
b/engines/gfapi.h
index d4738156a8ef01f2180ca1671d8a10a86e5ad057..f8acb98ef6f613091a999e6a3f87def1662a9ecc 100644
(file)
--- a/
engines/gfapi.h
+++ b/
engines/gfapi.h
@@
-3,14
+3,14
@@
#include "../fio.h"
struct gf_options {
- struct thread_data *td;
- char *gf_vol;
- char *gf_brick;
+
struct thread_data *td;
+
char *gf_vol;
+
char *gf_brick;
};
struct gf_data {
- glfs_t *fs;
- glfs_fd_t *fd;
+
glfs_t *fs;
+
glfs_fd_t *fd;
struct io_u **aio_events;
};