Merge branch 'svn-trunk'

This commit is contained in:
Bart Van Assche
2020-05-31 21:53:56 -07:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/socket.h>
+1 -1
View File
@@ -61,7 +61,7 @@ struct vdisk_dev {
uint32_t block_size;
uint64_t nblocks;
int block_shift;
loff_t file_size; /* in bytes */
int64_t file_size; /* in bytes */
void *(*alloc_fn)(size_t size);
pthread_mutex_t dev_mutex;