diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-07-26 17:26:21 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-07-26 17:26:21 +0300 |
commit | 3785d5f97965bccf048718d8717904cf50f9f8f9 (patch) | |
tree | b7ce8ae67d7eb7fcf7767c54379f0564c281147f /contrib/libs/liburing/test/files-exit-hang-timeout.c | |
parent | 1f6b57071583f89299bb5abd3863d594f23c5be5 (diff) | |
download | ydb-3785d5f97965bccf048718d8717904cf50f9f8f9.tar.gz |
Update contrib/libs/liburing to 2.4
Diffstat (limited to 'contrib/libs/liburing/test/files-exit-hang-timeout.c')
-rw-r--r-- | contrib/libs/liburing/test/files-exit-hang-timeout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/liburing/test/files-exit-hang-timeout.c b/contrib/libs/liburing/test/files-exit-hang-timeout.c index 708e42cded3..a549e92cdb5 100644 --- a/contrib/libs/liburing/test/files-exit-hang-timeout.c +++ b/contrib/libs/liburing/test/files-exit-hang-timeout.c @@ -22,9 +22,9 @@ #define PORT 9100 -struct io_uring ring; +static struct io_uring ring; -struct __kernel_timespec ts = { +static struct __kernel_timespec ts = { .tv_sec = 300, .tv_nsec = 0, }; |