L4Re/departure

Change of libfsclient/include/fsclient/file.h

171:ac9e90982166
libfsclient/include/fsclient/file.h
     1.1 --- a/libfsclient/include/fsclient/file.h	Sat Aug 07 23:19:20 2021 +0200
     1.2 +++ b/libfsclient/include/fsclient/file.h	Sun Aug 08 23:12:34 2021 +0200
     1.3 @@ -56,13 +56,9 @@
     1.4  
     1.5    offset_t size;
     1.6  
     1.7 -  /* Arbitrary memory mapping support. */
     1.8 -
     1.9 -  int can_mmap;
    1.10 +  /* Support for arbitrary memory mapping and explicit object size. */
    1.11  
    1.12 -  /* Explicit size support. */
    1.13 -
    1.14 -  int has_size;
    1.15 +  object_flags_t object_flags;
    1.16  
    1.17    /* Blocking accesses. */
    1.18