aboutsummaryrefslogtreecommitdiff
path: root/include/ejabberd_router.hrl
blob: 8de23c4c75e709945763d1c758530b4edfb8d6ad (plain) (blame)
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()}).