diff options
author | Micael Karlberg <[email protected]> | 2010-12-03 16:40:27 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2010-12-03 16:40:27 +0100 |
commit | c5c4c480f559b805a73d31448e211235da1a2098 (patch) | |
tree | 08e914cf84b59a617cbe9f20c0b88646b8a16f6e /lib/snmp/src/compile/snmpc.hrl | |
parent | 314e80f58bbee2924bf61bdc7b987750d58ca2ef (diff) | |
download | otp-c5c4c480f559b805a73d31448e211235da1a2098.tar.gz otp-c5c4c480f559b805a73d31448e211235da1a2098.tar.bz2 otp-c5c4c480f559b805a73d31448e211235da1a2098.zip |
The parser exports even more of the module-complience data for future use.
In later stages, the compiler curently dropps this info.
Diffstat (limited to 'lib/snmp/src/compile/snmpc.hrl')
-rw-r--r-- | lib/snmp/src/compile/snmpc.hrl | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/lib/snmp/src/compile/snmpc.hrl b/lib/snmp/src/compile/snmpc.hrl index 76508486fd..f349cae3f2 100644 --- a/lib/snmp/src/compile/snmpc.hrl +++ b/lib/snmp/src/compile/snmpc.hrl @@ -114,6 +114,13 @@ } ). +-record(mc_ac_module, + {name, + groups, + variation + } + ). + -record(mc_ac_object_variation, {name, syntax, @@ -132,13 +139,6 @@ } ). --record(mc_ac_module, - {name, - groups, - variation - } - ). - -record(mc_module_compliance, {name, @@ -156,6 +156,15 @@ } ). +-record(mc_mc_object, + {name, + syntax, + write_syntax, + access, + description + } + ). + -record(mc_mc_module, {name, mandatory, |