projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c5bd93
)
server: fix formatting issue
author
Jens Axboe
<axboe@kernel.dk>
Thu, 3 Feb 2022 22:28:16 +0000
(15:28 -0700)
committer
Jens Axboe
<axboe@kernel.dk>
Thu, 3 Feb 2022 22:28:16 +0000
(15:28 -0700)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
server.c
patch
|
blob
|
blame
|
history
diff --git
a/server.c
b/server.c
index 331c8c9fbf96b66042dff4bd69b734809d8932c6..cc4cbc2a95a5e7558a518afddb36544bc564c40f 100644
(file)
--- a/
server.c
+++ b/
server.c
@@
-266,7
+266,8
@@
static int fio_send_data(int sk, const void *p, unsigned int len)
return fio_sendv_data(sk, &iov, 1);
}
-bool fio_server_poll_fd(int fd, short events, int timeout) {
+bool fio_server_poll_fd(int fd, short events, int timeout)
+{
struct pollfd pfd = {
.fd = fd,
.events = events,
@@
-2873,4
+2874,4
@@
void fio_server_internal_set(const char *arg)
{
fio_server_pipe_name = strdup(arg);
}
-#endif
\ No newline at end of file
+#endif