uawdijnntqw1x1x1
IP : 216.73.216.54
Hostname : www.vorobey-market.ru
Kernel : Linux www.vorobey-market.ru 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
usr
/
src
/
..
/
share
/
perl5
/
vendor_perl
/
Module
/
..
/
Module
/
..
/
Munin
/
Node
/
Session.pm
/
/
package Munin::Node::Session; # $Id$ # use warnings; use strict; sub new { my ($class) = @_; my $self = { tls_started => 0, peer_address => '', capabilities => {}, }; return bless $self, $class; } 1; __END__ =head1 NAME Munin::Node::Session - Stores the state for the session between a node and a master. =head1 SYNOPSIS $session = Munin::Node::Session->new(); $session->{capabilities} = { foo => 1, bar => 1}; =head1 METHODS =over =item B<new> $class->new(); Constructor. =back
/home/../usr/src/../share/perl5/vendor_perl/Module/../Module/../Munin/Node/Session.pm