base: remove pager code from public API

Fix #1593
This commit is contained in:
Stefan Kalkowski
2015-06-19 14:58:18 +02:00
committed by Christian Helmuth
parent 01f22d4dc6
commit 2a351215f4
81 changed files with 313 additions and 299 deletions

View File

@ -7,8 +7,7 @@
LIBS += cxx syscall startup
SRC_CC += cap_copy.cc
SRC_CC += ipc/ipc.cc ipc/pager.cc ipc/ipc_marshal_cap.cc
SRC_CC += pager/pager.cc pager/common.cc
SRC_CC += ipc/ipc.cc ipc/ipc_marshal_cap.cc
SRC_CC += avl_tree/avl_tree.cc
SRC_CC += allocator/slab.cc
SRC_CC += allocator/allocator_avl.cc