Skip to content

Commit

Permalink
criu/files-reg.c: move file validation functions
Browse files Browse the repository at this point in the history
This moves the file validation helper function declarations to
files-validation.h and the function definitions to files-validation.c.
It also updates Makefile.crtools.

Signed-off-by: Ajay Bharadwaj <[email protected]>
  • Loading branch information
AnorexicAtticusFinch committed Aug 18, 2020
1 parent 949d4e9 commit ddb47e6
Show file tree
Hide file tree
Showing 4 changed files with 580 additions and 550 deletions.
1 change: 1 addition & 0 deletions criu/Makefile.crtools
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ obj-y += file-ids.o
obj-y += file-lock.o
obj-y += files-ext.o
obj-y += files.o
obj-y += files-validation.o
obj-y += files-reg.o
obj-y += fsnotify.o
obj-y += image-desc.o
Expand Down
Loading

0 comments on commit ddb47e6

Please sign in to comment.