Here is the compile errors:

In file included from 
mibgroup/OC-STB-HOST-MIB/ocStbHostAVInterfaceTable/ocStbHostAVInterfaceTable.h:44,
                 from 
mibgroup/OC-STB-HOST-MIB/ocStbHostAVInterfaceTable/ocStbHostAVInterfaceTable_data_access.c:17:
.../agent/mibgroup/OC-STB-HOST-MIB/ocStbHostAnalogVideoTable/ocStbHostAnalogVideoTable.h:72:
 error: syntax error before "ocStbHostAnalogVideoTable_registration"
.../agent/mibgroup/OC-STB-HOST-MIB/ocStbHostAnalogVideoTable/ocStbHostAnalogVideoTable.h:72:
 warning: data definition has no type or storage class
.../agent/mibgroup/OC-STB-HOST-MIB/ocStbHostAnalogVideoTable/ocStbHostAnalogVideoTable.h:73:
 error: syntax error before "ocStbHostAnalogVideoTable_data"
.../agent/mibgroup/OC-STB-HOST-MIB/ocStbHostAnalogVideoTable/ocStbHostAnalogVideoTable.h:73:
 warning: data definition has no type or storage class
.../agent/mibgroup/OC-STB-HOST-MIB/ocStbHostAnalogVideoTable/ocStbHostAnalogVideoTable.h:74:
 error: syntax error before "ocStbHostAnalogVideoTable_mib_index"
.../agent/mibgroup/OC-STB-HOST-MIB/ocStbHostAnalogVideoTable/ocStbHostAnalogVideoTable.h:74:
 warning: data definition has no type or storage class
.../agent/mibgroup/OC-STB-HOST-MIB/ocStbHostAnalogVideoTable/ocStbHostAnalogVideoTable.h:75:
 error: syntax error before "ocStbHostAnalogVideoTable_rowreq_ctx"
.../agent/mibgroup/OC-STB-HOST-MIB/ocStbHostAnalogVideoTable/ocStbHostAnalogVideoTable.h:75:
 warning: data definition has no type or storage class
.../agent/mibgroup/OC-STB-HOST-MIB/ocStbHostAnalogVideoTable/ocStbHostAnalogVideoTable.h:76:
 error: syntax error before "ocStbHostAnalogVideoTable_ref_rowreq_ctx"
.../agent/mibgroup/OC-STB-HOST-MIB/ocStbHostAnalogVideoTable/ocStbHostAnalogVideoTable.h:76:
 warning: data definition has no type or storage class



Robert Story <[EMAIL PROTECTED]> wrote: On Thu, 7 Jun 2007 13:33:51 -0700 (PDT) 
Need wrote:
NH> Returning MFD_SKIP from the Table2_row_prep() routine results in the 
following error:
NH> 
NH>   Error in packet.
NH>   Reason: (genError) A general failure occured
NH> 
NH> 
NH> I generated the first two rows using snmpwalk and then decided to return 
MFD_SKIP for the third row request, thinking that the row data would be skipped 
and that Table2_row_prep() for the 4th row would occur, but I got the above 
error instead and the snmpwalk stopped.
NH> 
NH> Any ideas?

Yeah, you need some code for the interface file.. I'll try to take a look
soon, but in the meantime you can poke around in the interface.c, look how
skip is handled elsewhere, and try that. It might be that easy, but there
might be some side effects to deal with as well.


 
---------------------------------
8:00? 8:25? 8:40?  Find a flick in no time
 with theYahoo! Search movie showtime shortcut.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to