aboutsummaryrefslogtreecommitdiff
path: root/include/ejabberd_router.hrl
blob: f22bd723ba76af6366f722cbff8f8b35f49633d1 (plain) (blame)
1
2
3
4
5
6
-type local_hint() :: integer() | {apply, atom(), atom()}.

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