diff options
| author | Jeff Carr <[email protected]> | 2025-04-12 11:28:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-04-12 11:28:05 -0500 |
| commit | 63148556af54bbcb73753a122e7e9705e9ecf629 (patch) | |
| tree | dfb84b01ee27f8157aca33c542f95e0ec3a672c9 /hypervisor.proto | |
| parent | a510dd64743431f8f33c31f020842360b94c3597 (diff) | |
add Name and allow multiple URLs
Diffstat (limited to 'hypervisor.proto')
| -rw-r--r-- | hypervisor.proto | 7 |
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; } |
