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: 04ea6e304a83d07a740ffb9870a7eaedf545f73e (plain)
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 | '_'}).