summaryrefslogtreecommitdiff
path: root/src/db.hrl
blob: 9e09b66a9d89e24e607beb0ac83b44b45be2a6ee (plain)
1
2
3
4
5
6
7
8
9
10
%%% Copyright (c) 2014, NORDUnet A/S.
%%% See LICENSE for licensing information.

%% @doc What's stored in the database.  
%% 'mtlhash' and 'entryhash' are also indexed, see init_tables/1.
-record(plop, {
          index :: non_neg_integer(),  % Primary key.
          mtlhash :: binary(),         % Merkle Tree Leaf hash.
          entryhash :: binary(),       % Hash for duplicate detection.
          logentry :: binary()}).      % Data.