]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/common/eal_internal_cfg.h
lib: remove unneeded header includes
[dpdk.git] / lib / eal / common / eal_internal_cfg.h
index b5e6942578fce988c0603a00d01dc8a8839e98ba..b71faadd18afbdc046479ca220c73731759c7f30 100644 (file)
@@ -44,6 +44,8 @@ struct simd_bitwidth {
 struct hugepage_file_discipline {
        /** Unlink files before mapping them to leave no trace in hugetlbfs. */
        bool unlink_before_mapping;
+       /** Unlink existing files at startup, re-create them before mapping. */
+       bool unlink_existing;
 };
 
 /**