projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d77d815
)
server: bump version
author
Jens Axboe
<axboe@fb.com>
Wed, 6 May 2015 21:21:19 +0000
(15:21 -0600)
committer
Jens Axboe
<axboe@fb.com>
Wed, 6 May 2015 21:21:19 +0000
(15:21 -0600)
We added fields to the options structure, need a revision bump.
Signed-off-by: Jens Axboe <axboe@fb.com>
server.h
patch
|
blob
|
blame
|
history
diff --git
a/server.h
b/server.h
index da12ae0d10cb8fdee00933d279c8e3720db66214..b0cea150233e98e8f0838c24510b74e35db459a5 100644
(file)
--- a/
server.h
+++ b/
server.h
@@
-38,7
+38,7
@@
struct fio_net_cmd_reply {
};
enum {
- FIO_SERVER_VER = 4
3
,
+ FIO_SERVER_VER = 4
4
,
FIO_SERVER_MAX_FRAGMENT_PDU = 1024,
FIO_SERVER_MAX_CMD_MB = 2048,