~ubuntu-branches/ubuntu/hardy/net-snmp/hardy-proposed

« back to all changes in this revision

Viewing changes to agent/mibgroup/examples/notification.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-11-28 12:29:34 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061128122934-82xxzy2zcvypnvy7
Tags: 5.2.3-4ubuntu1
* Merge from debian unstable, remaining changes:
  - remove stop links from rc0 and rc6

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 *  
59
59
 *  
60
60
 *  I.e. it's
 
61
 * @verbatim
61
62
 *                                           ___  trapsink
62
63
 *                                          /
63
64
 *      send_easy_trap \___  [  Trap      ] ____  trap2sink
71
72
 *       send_v2trap     ------------------->  trap2sink
72
73
 *       ????            ------------------->  informsink
73
74
 *       ????            ------------------->  trapsess
 
75
 * @endverbatim
74
76
 */
75
77
void
76
78
send_example_notification(unsigned int clientreg, void *clientarg)