Test SQ poll threads. Unstable and in fact slower :(

This commit is contained in:
Vitaliy Filippov
2020-03-03 17:23:39 +03:00
parent c9f3654905
commit eabfe4faac
18 changed files with 215 additions and 59 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ struct journal_sector_info_t
struct journal_t
{
int fd;
int fd, fd_index;
uint64_t device_size;
bool inmemory = false;
void *buffer = NULL;