paxos/src/law/decree.hh

10 lines
85 B
C++
Raw Normal View History

2020-05-05 17:29:14 +00:00
#pragma once
namespace paxos
{
struct Decree
{
int decree;
};
}