Current section

Files

Jump to
bpe src ext bpe_metainfo.erl
Raw

src/ext/bpe_metainfo.erl

-module(bpe_metainfo).
-include("bpe.hrl").
-include_lib("kvs/include/metainfo.hrl").
-compile(export_all).
metainfo() ->
#schema{name = bpe, tables = [
#table{name = process, fields=record_info(fields, process)},
#table{name = hist, fields=record_info(fields, hist)}
]}.