Derecho  0.9
Distributed systems toolkit for RDMA
version_code.hpp
Go to the documentation of this file.
1 #pragma once
2 #include <cstdint>
3 
4 namespace derecho {
5 
14 extern uint64_t my_version_hashcode;
15 
22 uint64_t version_hashcode();
23 
24 } // namespace derecho
uint64_t version_hashcode()
The function that computes the Derecho version hashcode.
uint64_t my_version_hashcode
A runtime constant (computed once during static initialization) that represents the current running v...