Node:Misc modules, Next:Database, Previous:Tree modules, Up:Top
The module stack.h
implements a stack of integers.
push
and pop
do the classical stack stuff.
copystack
duplicates a whole stack.
show_stack
is for debugging purpose, it dumps the stack
on stderr
.
This module encapsulate functionnalities linked to Snmp requests.
A session is started thanks to snmpz_open
and is finished with
snmpz_close
. The request can be classified by the type of the
request result :
snmpz_getX
or snmpz_getnX
for get or get next Snmp
request
A getnext sequence must be initialized using snmpz_walkX.
The package psnmp is organized with layered APIs. The lowest ones deal with the database and the network Snmp requests. On top of these, two modules, one in charge of the topology calculation and another of the graphic interface.