2009/3/30 "Gómez González, Enrique" <[email protected]>: > You told me that I should recompile, I copy the functions from > mibgroup/notification/snmpNotifyFilterProfileTable.c to > mibgroup/notification/snmpNotifyTable.c?
No - it's probably not sensible to copy these functions across. You'd probably end up including the whole of the filter table code in the notify table file. A better approach would be to protect these routines so that they were only invoked *if* the filter table had been included. Dave ------------------------------------------------------------------------------ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
