Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 83ba37e

Browse files
Export rabbit_net:hostname/0
References rabbitmq/rabbitmq-server#1580.
1 parent 6b0f113 commit 83ba37e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rabbit_net.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
recv/1, sync_recv/2, async_recv/3, port_command/2, getopts/2,
2525
setopts/2, send/2, close/1, fast_close/1, sockname/1, peername/1,
2626
peercert/1, connection_string/2, socket_ends/2, is_loopback/1,
27-
tcp_host/1, unwrap_socket/1, maybe_get_proxy_socket/1]).
27+
tcp_host/1, unwrap_socket/1, maybe_get_proxy_socket/1,
28+
hostname/0]).
2829

2930
%%---------------------------------------------------------------------------
3031

0 commit comments

Comments
 (0)