diff options
Diffstat (limited to 'src/vppinfra/pmalloc.h')
-rw-r--r-- | src/vppinfra/pmalloc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vppinfra/pmalloc.h b/src/vppinfra/pmalloc.h index 41b85e0c517..9cd652971a6 100644 --- a/src/vppinfra/pmalloc.h +++ b/src/vppinfra/pmalloc.h @@ -60,6 +60,10 @@ typedef struct typedef struct { + /* flags */ + u32 flags; +#define CLIB_PMALLOC_F_NO_PAGEMAP (1 << 0) + /* base VA address */ u8 *base; |