From 63148556af54bbcb73753a122e7e9705e9ecf629 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 12 Apr 2025 11:28:05 -0500 Subject: add Name and allow multiple URLs --- hypervisor.proto | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'hypervisor.proto') 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; } -- cgit v1.2.3