~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to agent/mibgroup/mibdefs.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
/*
 
2
 * 2 global mib defs:
 
3
 * ERRORFLAG:  A binary flag to signal an error condition.
 
4
 * Also used as exit code.
 
5
 * ERRORMSG:  A text message describing what caused the above condition,
 
6
 * Also used as the single line return message from programs 
 
7
 */
 
8
 
 
9
#define MIBINDEX 1
 
10
#define ERRORNAME 2
 
11
#define ERRORFLAG 100
 
12
#define ERRORMSG 101
 
13
#define ERRORFIX 102
 
14
#define ERRORFIXCMD 103