Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ejabberd_router.hrl « include - github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8de23c4c75e709945763d1c758530b4edfb8d6ad (plain)
1
2
3
4
5
6
-type local_hint() :: undefined | integer() | {apply, atom(), atom()}.

-record(route, {domain :: binary(),
		server_host :: binary(),
		pid :: undefined | pid(),
		local_hint :: local_hint()}).