remove unnecessary map_size variables

This commit is contained in:
van Hauser
2020-04-17 11:39:38 +02:00
parent 6bd49b1d5c
commit 1931838a11
6 changed files with 17 additions and 18 deletions

View File

@ -44,8 +44,7 @@ typedef struct sharedmem {
u8 *map; /* shared memory region */
size_t size_alloc; /* actual allocated size */
size_t size_used; /* in use by shmem app */
size_t map_size; /* actual allocated size */
int cmplog_mode;
struct cmp_map *cmp_map;