Made FileStore a template to support arbitrary address space sizes.

This commit is contained in:
2016-06-06 19:53:57 -05:00
parent 02e25000e1
commit c822a7564a
7 changed files with 250 additions and 201 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8.8)
add_library(
Memphis
WFS
filestore.cpp
_memops.cpp
)
@@ -11,5 +11,5 @@ install(
filestore.hpp
_memops.hpp
DESTINATION
include/Memphis
include/WFS
)