--- loncom/LondConnection.pm 2017/02/28 05:42:06 1.54 +++ loncom/LondConnection.pm 2017/10/20 20:20:21 1.55 @@ -1,7 +1,7 @@ # This module defines and implements a class that represents # a connection to a lond daemon. # -# $Id: LondConnection.pm,v 1.54 2017/02/28 05:42:06 raeburn Exp $ +# $Id: LondConnection.pm,v 1.55 2017/10/20 20:20:21 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1194,6 +1194,15 @@ sub GetClientData { return $self->{ClientData}; } +# +# Get the HostID of our peer +# + +sub PeerLoncapaHim { + my $self = shift; + return $self->{LoncapaHim}; +} + 1; =pod