commit | 0251b94407c5f4de57dd6de89cffefe67ef7fd56 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Sep 10 15:59:50 2019 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Wed Sep 11 13:24:44 2019 +0100 |
tree | 7ea709abe8b0c40395f3745ab6247880dcb0c218 | |
parent | 0dbb41f28deadca906d09a2d6e7d11bc8381410f [diff] [blame] |
Rename manifest.num_vms to vm_count Rename variable to conform to Hafnium's style guide. Change-Id: I0b983c98eb28195bc23ba4947857d0d63a990ae3
diff --git a/src/manifest.c b/src/manifest.c index fb2b695..dc6ed5b 100644 --- a/src/manifest.c +++ b/src/manifest.c
@@ -268,7 +268,7 @@ found_primary_vm = true; } - manifest->num_vms = i + 1; + manifest->vm_count = i + 1; TRY(parse_vm(&vm_node, &manifest->vm[i], vm_id)); }