aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/compile/snmpc.hrl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-02-22 10:51:48 +0100
committerMicael Karlberg <[email protected]>2011-02-22 10:51:48 +0100
commit5c8ae44362086700002fdda25fffe2c210efa059 (patch)
tree56b85389b77bb38114475093aea741fbc1284ad3 /lib/snmp/src/compile/snmpc.hrl
parent031613986bf597c879cefbd64581b5fbd7cfb2ea (diff)
parentd7c6e2781c64e5e75add8a89d1b553bd5e9283f1 (diff)
downloadotp-5c8ae44362086700002fdda25fffe2c210efa059.tar.gz
otp-5c8ae44362086700002fdda25fffe2c210efa059.tar.bz2
otp-5c8ae44362086700002fdda25fffe2c210efa059.zip
Merge branch 'bmk/snmp/add_compiler_support_agent_capabilities/OTP-8966' into bmk/snmp/snmpc/OTP-9004
Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/vsn.mk
Diffstat (limited to 'lib/snmp/src/compile/snmpc.hrl')
-rw-r--r--lib/snmp/src/compile/snmpc.hrl63
1 files changed, 61 insertions, 2 deletions
diff --git a/lib/snmp/src/compile/snmpc.hrl b/lib/snmp/src/compile/snmpc.hrl
index eb896cde6b..1c0808d065 100644
--- a/lib/snmp/src/compile/snmpc.hrl
+++ b/lib/snmp/src/compile/snmpc.hrl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1997-2009. All Rights Reserved.
+%% Copyright Ericsson AB 1997-2011. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -103,16 +103,75 @@
).
+-record(mc_agent_capabilities,
+ {name,
+ product_release,
+ status,
+ description,
+ reference,
+ modules,
+ name_assign
+ }
+ ).
+
+-record(mc_ac_module,
+ {name,
+ groups,
+ variation
+ }
+ ).
+
+-record(mc_ac_object_variation,
+ {name,
+ syntax,
+ write_syntax,
+ access,
+ creation,
+ default_value,
+ description
+ }
+ ).
+
+-record(mc_ac_notification_variation,
+ {name,
+ access,
+ description
+ }
+ ).
+
+
-record(mc_module_compliance,
{name,
status,
description,
reference,
- module,
+ modules,
name_assign
}
).
+-record(mc_mc_compliance_group,
+ {name,
+ description
+ }
+ ).
+
+-record(mc_mc_object,
+ {name,
+ syntax,
+ write_syntax,
+ access,
+ description
+ }
+ ).
+
+-record(mc_mc_module,
+ {name,
+ mandatory,
+ compliance
+ }
+ ).
+
-record(mc_object_group,
{name,