Commit e950a712 authored by Marc Vef's avatar Marc Vef
Browse files

Adding get_dirents_single proxy public id to client

parent ffb8d35c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3192,7 +3192,7 @@ struct get_dirents_extended_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 = 1463943168; // TODO
    constexpr static const uint64_t public_id = 3686662144;

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