aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/compile/snmpc.hrl
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2010-11-30 18:36:39 +0100
committerMicael Karlberg <[email protected]>2010-11-30 18:36:39 +0100
commitbd7410308177659ad15c770d6d4700219bbe6978 (patch)
treef8a25fddb2ed84f7085fe8e345ca273de569e763 /lib/snmp/src/compile/snmpc.hrl
parentc4f7618bc0275b5eb8787edb527714d16f512f44 (diff)
downloadotp-bd7410308177659ad15c770d6d4700219bbe6978.tar.gz
otp-bd7410308177659ad15c770d6d4700219bbe6978.tar.bz2
otp-bd7410308177659ad15c770d6d4700219bbe6978.zip
First version. No documentation and no testing.
Diffstat (limited to 'lib/snmp/src/compile/snmpc.hrl')
-rw-r--r--lib/snmp/src/compile/snmpc.hrl15
1 files changed, 14 insertions, 1 deletions
diff --git a/lib/snmp/src/compile/snmpc.hrl b/lib/snmp/src/compile/snmpc.hrl
index eb896cde6b..5dd8d9a139 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-2010. 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,6 +103,19 @@
).
+-record(mc_agent_capabilities,
+ {name,
+ product_release,
+ status,
+ description,
+ reference,
+ module,
+ name_assign
+ }
+ ).
+
+
+
-record(mc_module_compliance,
{name,
status,