diff options
author | Micael Karlberg <[email protected]> | 2010-12-02 21:02:12 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2010-12-02 21:02:12 +0100 |
commit | 5210341783f4c3ca9611c7ea5e630fde4d067f10 (patch) | |
tree | 2dd08a6c2b45f0c33b12c7be2fbfb3ca0b1d223f /lib/snmp/src/compile/snmpc.hrl | |
parent | bd7410308177659ad15c770d6d4700219bbe6978 (diff) | |
download | otp-5210341783f4c3ca9611c7ea5e630fde4d067f10.tar.gz otp-5210341783f4c3ca9611c7ea5e630fde4d067f10.tar.bz2 otp-5210341783f4c3ca9611c7ea5e630fde4d067f10.zip |
Really time to go home checkin.
Diffstat (limited to 'lib/snmp/src/compile/snmpc.hrl')
-rw-r--r-- | lib/snmp/src/compile/snmpc.hrl | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/lib/snmp/src/compile/snmpc.hrl b/lib/snmp/src/compile/snmpc.hrl index 5dd8d9a139..254ede51af 100644 --- a/lib/snmp/src/compile/snmpc.hrl +++ b/lib/snmp/src/compile/snmpc.hrl @@ -109,11 +109,28 @@ status, description, reference, - module, + modules, name_assign } ). +-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, |