From c857272f446b590bf5c71303619baf205da9f0bf Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sun, 10 Apr 2022 12:21:37 +0300 Subject: [PATCH] Comment: epoch is uint64_t --- mon/mon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mon/mon.js b/mon/mon.js index 470c7454..82b7263f 100644 --- a/mon/mon.js +++ b/mon/mon.js @@ -272,7 +272,7 @@ const etcd_tree = { : { osd_sets: osd_num_t[][], all_peers: osd_num_t[], - epoch: uint32_t, + epoch: uint64_t, }, }, */ },