Commit 63db4a51 authored by Marc Vef's avatar Marc Vef
Browse files

Adding get_chunk_stat public id to client

parent 7aef95d7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2578,7 +2578,7 @@ struct chunk_stat_proxy {
    // RPC public identifier
    // (N.B: we reuse the same IDs assigned by Margo so that the daemon
    // understands Hermes RPCs)
    constexpr static const uint64_t public_id = 3054698496; // TODO
    constexpr static const uint64_t public_id = 2330722304;

    // RPC internal Mercury identifier
    constexpr static const hg_id_t mercury_id = public_id;