On Thu, 7 Jun 2007 08:59:37 -0700 (PDT) Need wrote:
NH>     if (MFD_SUCCESS != rc)
NH>         netsnmp_request_set_error_all(requests, rc);
NH>     else
NH>         ocStbHostAnalogVideoTable_row_prep(rowreq_ctx);
NH> 
NH>     return SNMP_VALIDATE_ERR(rc);
NH> }                               /* 
_mfd_ocStbHostAnalogVideoTable_object_lookup */
NH> 
NH> 
NH> I am assuming I should update the Table2 
"ocStbHostAnalogVideoTable_row_prep()" routine to have an "int" return value 
and then update the Table2 "_mfd_ocStbHostAnalogVideoTable_object_lookup()" 
routine (shown above) to add the following "rc=" text to the 
"ocStbHostAnalogVideoTable_row_prep()" routine call (shown below):
NH> 
NH>         rc = ocStbHostAnalogVideoTable_row_prep(rowreq_ctx);
NH>  
NH> Is this all which is required to process a MFD_SKIP value returned from the 
row_prep routine?

Yes.

-------------------------------------------------------------------------
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