summaryrefslogtreecommitdiff
path: root/agent/mibgroup/mibdefs.h
blob: 260cae1379213f8f9f7cba56a22ac55b3396bf8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 2 global mib defs:
 * ERRORFLAG:  A binary flag to signal an error condition.
 * Also used as exit code.
 * ERRORMSG:  A text message describing what caused the above condition,
 * Also used as the single line return message from programs 
 */

#define MIBINDEX 1
#define ERRORNAME 2
#define ERRORFLAG 100
#define ERRORMSG 101
#define ERRORFIX 102
#define ERRORFIXCMD 103