summaryrefslogtreecommitdiff
path: root/hypervisor.proto
diff options
context:
space:
mode:
Diffstat (limited to 'hypervisor.proto')
-rw-r--r--hypervisor.proto7
1 files changed, 3 insertions, 4 deletions
diff --git a/hypervisor.proto b/hypervisor.proto
index 8de8aa8..55154dd 100644
--- a/hypervisor.proto
+++ b/hypervisor.proto
@@ -22,9 +22,8 @@ message Hypervisor {
google.protobuf.Timestamp lastPoll = 10; // the last time we heard anything
}
-// think about this more
enum HypervisorArch {
- RISCV64 = 0;
- X86_64 = 1;
- ARM64 = 2;
+ RISCV64 = 0;
+ X86_64 = 1;
+ ARM64 = 2;
}