summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/plop.hrl8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/plop.hrl b/include/plop.hrl
index e8247d8..0f687d0 100644
--- a/include/plop.hrl
+++ b/include/plop.hrl
@@ -40,4 +40,12 @@
}).
-type plop_entry() :: #plop_entry{}.
+-record(sth, {
+ treesize :: integer(),
+ timestamp :: integer(),
+ roothash :: binary(),
+ signature :: binary()
+ }).
+-type sth() :: #sth{}.
+
-export_type([timestamped_entry/0, mtl/0, entry_type/0]).