Commit d12d5242 authored by Mike Rapoport's avatar Mike Rapoport Committed by Pavel Emelyanov

criu: mv page-read.[ch] pagemap.[ch]

Signed-off-by: 's avatarMike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 84bf1ad4
...@@ -40,7 +40,7 @@ obj-y += netfilter.o ...@@ -40,7 +40,7 @@ obj-y += netfilter.o
obj-y += net.o obj-y += net.o
obj-y += pagemap-cache.o obj-y += pagemap-cache.o
obj-y += page-pipe.o obj-y += page-pipe.o
obj-y += page-read.o obj-y += pagemap.o
obj-y += page-xfer.o obj-y += page-xfer.o
obj-y += parasite-syscall.o obj-y += parasite-syscall.o
obj-y += pie/pie-relocs.o obj-y += pie/pie-relocs.o
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <unistd.h> #include <unistd.h>
#include "crtools.h" #include "crtools.h"
#include "page-read.h" #include "pagemap.h"
#include "restorer.h" #include "restorer.h"
#define MAX_BUNCH_SIZE 256 #define MAX_BUNCH_SIZE 256
......
...@@ -59,7 +59,6 @@ ...@@ -59,7 +59,6 @@
#include "tty.h" #include "tty.h"
#include "cpu.h" #include "cpu.h"
#include "file-lock.h" #include "file-lock.h"
#include "page-read.h"
#include "vdso.h" #include "vdso.h"
#include "stats.h" #include "stats.h"
#include "tun.h" #include "tun.h"
......
#ifndef __CR_PAGE_XFER__H__ #ifndef __CR_PAGE_XFER__H__
#define __CR_PAGE_XFER__H__ #define __CR_PAGE_XFER__H__
#include "page-read.h" #include "pagemap.h"
extern int cr_page_server(bool daemon_mode, int cfd); extern int cr_page_server(bool daemon_mode, int cfd);
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include "image.h" #include "image.h"
#include "cr_options.h" #include "cr_options.h"
#include "servicefd.h" #include "servicefd.h"
#include "page-read.h" #include "pagemap.h"
#include "protobuf.h" #include "protobuf.h"
#include "images/pagemap.pb-c.h" #include "images/pagemap.pb-c.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment