Munin::Node::Session.3pm

Langue: en

Version: 2010-08-13 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Munin::Node::Session - Stores the state for the session between a node and a master.

SYNOPSIS

  $session = Munin::Node::Session->new();
  $session->{capabilities} = { foo => 1, bar => 1};
 
 

METHODS

new
  $class->new();
 
 

Constructor.