Re: some questions about the code

2005-12-05 Thread Dave Shield
On Mon, 2005-12-05 at 20:29 +0800, Zax wrote: > 1 > in agent\mibgroup\system_mib.c > var_system() > Is this function old code style for querying? Yes. > 2 > in snmplib\default_store.c > > static int > netsnmp_ds_integers[NETSNMP_DS_MAX_IDS][NETSNMP_DS_MAX_SUBIDS]; > static char > netsnmp_ds

some questions about the code

2005-12-05 Thread Zax
1 in agent\mibgroup\system_mib.c var_system()  Is this function old code style for querying?   2 in snmplib\default_store.c   static int   netsnmp_ds_integers[NETSNMP_DS_MAX_IDS][NETSNMP_DS_MAX_SUBIDS];static char  netsnmp_ds_booleans[NETSNMP_DS_MAX_IDS][NETSNMP_DS_MAX_SUBIDS/8];static char *net