aboutsummaryrefslogtreecommitdiff
path: root/include/ejabberd_router.hrl
blob: 04ea6e304a83d07a740ffb9870a7eaedf545f73e (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 | '_'}).