mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
7 lines
195 B
Erlang
7 lines
195 B
Erlang
-type local_hint() :: undefined | integer() | {apply, atom(), atom()}.
|
|
|
|
-record(route, {domain :: binary(),
|
|
server_host :: binary(),
|
|
pid :: undefined | pid(),
|
|
local_hint :: local_hint()}).
|