From cdc5aed4b3256eee8c58d78fd77d24305b4c522f Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Fri, 12 Apr 2024 09:05:34 -0500 Subject: [PATCH] fuse_open.cpp --- src/fuse_open.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fuse_open.cpp b/src/fuse_open.cpp index a9864245..0ce89d53 100644 --- a/src/fuse_open.cpp +++ b/src/fuse_open.cpp @@ -43,8 +43,7 @@ struct PT }; typedef boost::unordered::concurrent_flat_map PTMap;; -static boost::unordered::concurrent_flat_map pt; - +static PTMap pt; namespace l {