summaryrefslogtreecommitdiff
path: root/include/ejabberd_router.hrl
blob: 060ab79a1a4173f44ba7c4887ad43c5ff909b8ae (plain) (blame)
1
2
3
4
5
6
7
8
-define(ROUTES_CACHE, routes_cache).

-type local_hint() :: integer() | {apply, atom(), atom()}.

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