Current section

Files

Jump to
erp include erp procChild.hrl
Raw

include/erp/procChild.hrl

-ifndef(PROCCHILD).
-define(PROCCHILD, true).
-record(procChild, {
id = [] :: binary(),
parent = [] :: binary(),
module = [] :: atom()
}).
-endif.