Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorKir Kolyshkin <kolyshkin@gmail.com>2022-03-31 04:22:22 +0300
committerAndrei Vagin <avagin@gmail.com>2022-04-29 03:53:52 +0300
commit2a60b4974cc2cd1d2bd567030568f5721bd5cde3 (patch)
tree880568aff033f905250491e5d2306c80bcf892d0 /images
parentc4bdde21387ab3897cf4b3e1dd00beda7382ebbe (diff)
Rename useable to usable
I am not sure if this is going to bring any compatibility issues. If yes, we need to remove this patch and add "useable" to the list of ignored words instead. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Diffstat (limited to 'images')
-rw-r--r--images/core-x86.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/core-x86.proto b/images/core-x86.proto
index ee7be8ff1..77932ab42 100644
--- a/images/core-x86.proto
+++ b/images/core-x86.proto
@@ -99,7 +99,7 @@ message user_desc_t {
required bool read_exec_only = 7 [default = true];
required bool limit_in_pages = 8;
required bool seg_not_present = 9 [default = true];
- required bool useable = 10;
+ required bool usable = 10;
}
message thread_info_x86 {