Packages

plugin provider for erlang

Current section

Files

Jump to
eplugin src eplugin.hrl
Raw

src/eplugin.hrl

%% The table we store registered callbacks in.
-define(TABLE, plugins).
%% The table we store the configuration for plugins in.
-define(CONFTABLE, plugin_config).