~ubuntu-branches/ubuntu/gutsy/net-snmp/gutsy-security

« back to all changes in this revision

Viewing changes to include/net-snmp/agent/agent_callbacks.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef AGENT_CALLBACKS_H
 
2
#define AGENT_CALLBACKS_H
 
3
 
 
4
#define SNMPD_CALLBACK_ACM_CHECK         0
 
5
#define SNMPD_CALLBACK_REGISTER_OID      1
 
6
#define SNMPD_CALLBACK_UNREGISTER_OID    2
 
7
#define SNMPD_CALLBACK_REG_SYSOR         3
 
8
#define SNMPD_CALLBACK_UNREG_SYSOR       4
 
9
#define SNMPD_CALLBACK_ACM_CHECK_INITIAL 5
 
10
#define SNMPD_CALLBACK_SEND_TRAP1        6
 
11
#define SNMPD_CALLBACK_SEND_TRAP2        7
 
12
#define SNMPD_CALLBACK_REGISTER_NOTIFICATIONS 8
 
13
#define SNMPD_CALLBACK_PRE_UPDATE_CONFIG 9
 
14
#define SNMPD_CALLBACK_INDEX_START       10
 
15
#define SNMPD_CALLBACK_INDEX_STOP        11
 
16
#define SNMPD_CALLBACK_ACM_CHECK_SUBTREE 12
 
17
 
 
18
#endif                          /* AGENT_CALLBACKS_H */