mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
9 lines
233 B
Erlang
9 lines
233 B
Erlang
-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}).
|