diff options
author | Micael Karlberg <[email protected]> | 2010-11-30 18:36:39 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2010-11-30 18:36:39 +0100 |
commit | bd7410308177659ad15c770d6d4700219bbe6978 (patch) | |
tree | f8a25fddb2ed84f7085fe8e345ca273de569e763 /lib/snmp/src/compile/snmpc.hrl | |
parent | c4f7618bc0275b5eb8787edb527714d16f512f44 (diff) | |
download | otp-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.hrl | 15 |
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, |