blob: 12040aec5f4c1be3abd4b5d29505adc49e53f08d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- src/rabbit_networking.erl.orig 2011-02-03 14:47:35.000000000 +0200
+++ src/rabbit_networking.erl 2011-05-30 13:51:28.000000000 +0200
@@ -52,6 +52,9 @@
-export_type([ip_port/0, hostname/0]).
+-type(hostname() :: inet:hostname()).
+-type(ip_port() :: inet:ip_port()).
+
-type(family() :: atom()).
-type(listener_config() :: ip_port() |
{hostname(), ip_port()} |
|