2009/7/14 sanjaykumar <[email protected]>: > I need to send the notification under the particular condition > (as per packet cable specification after 25th step) > For that i am trying to use the below function available in > "agent/mibgroup/notification/snmpNotifyTable.c"
No - that's not a sensible routine to use. The public APIs for sending traps are covered in the 'snmp_trap_api(3)' man page. Use one of those. The routine "send_notifications" is part of the internal implementation, and is not intended for direct use by the programmer. Dave ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
