View Source erldist_filter_app (erldist_filter v1.1.0)
Link to this section Summary
Link to this section Functions
-spec start(StartType, StartArgs) -> {ok, Pid} | {ok, Pid, State} | {error, Reason} when StartType :: application:start_type(), StartArgs :: term(), Pid :: pid(), State :: term(), Reason :: term().
-spec stop(State) -> Ignored when State :: term(), Ignored :: term().