"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "perl/agent/default_store/default_store.pm" between
net-snmp-5.9.2.tar.gz and net-snmp-5.9.3.tar.gz

About: Net-SNMP contains various tools relating to the Simple Network Management Protocol (successor of the cmu-snmp library).

default_store.pm  (net-snmp-5.9.2):default_store.pm  (net-snmp-5.9.3)
skipping to change at line 99 skipping to change at line 99
NETSNMP_DS_AGENT_X_SOCK_PERM NETSNMP_DS_AGENT_X_SOCK_PERM
NETSNMP_DS_AGENT_X_DIR_PERM NETSNMP_DS_AGENT_X_DIR_PERM
NETSNMP_DS_AGENT_X_SOCK_USER NETSNMP_DS_AGENT_X_SOCK_USER
NETSNMP_DS_AGENT_X_SOCK_GROUP NETSNMP_DS_AGENT_X_SOCK_GROUP
NETSNMP_DS_AGENT_CACHE_TIMEOUT NETSNMP_DS_AGENT_CACHE_TIMEOUT
NETSNMP_DS_AGENT_INTERNAL_VERSION NETSNMP_DS_AGENT_INTERNAL_VERSION
NETSNMP_DS_AGENT_INTERNAL_SECLEVEL NETSNMP_DS_AGENT_INTERNAL_SECLEVEL
NETSNMP_DS_AGENT_MAX_GETBULKREPEATS NETSNMP_DS_AGENT_MAX_GETBULKREPEATS
NETSNMP_DS_AGENT_MAX_GETBULKRESPONSES NETSNMP_DS_AGENT_MAX_GETBULKRESPONSES
); );
$VERSION = '5.0902'; $VERSION = '5.0903';
sub AUTOLOAD { sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant() # This AUTOLOAD is used to 'autoload' constants from the constant()
# XS function. # XS function.
my $constname; my $constname;
($constname = $AUTOLOAD) =~ s/.*:://; ($constname = $AUTOLOAD) =~ s/.*:://;
croak "&NetSNMP::agent::default_store::constant not defined" if $constname e q 'cons croak "&NetSNMP::agent::default_store::constant not defined" if $constname e q 'cons
tant'; tant';
my ($error, $val) = constant($constname); my ($error, $val) = constant($constname);
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)