diff options
author | Micael Karlberg <[email protected]> | 2013-05-17 13:02:08 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-05-17 13:02:08 +0200 |
commit | 6667232f2530684222b3a729cd69da84aa6a7647 (patch) | |
tree | 0a81a65046584a81e347e6512fd1bbe0f7132d12 /lib/snmp/src | |
parent | 68ce9b1e6be904c092ed558627b36526b2fa1a18 (diff) | |
download | otp-6667232f2530684222b3a729cd69da84aa6a7647.tar.gz otp-6667232f2530684222b3a729cd69da84aa6a7647.tar.bz2 otp-6667232f2530684222b3a729cd69da84aa6a7647.zip |
[snmp/agent] Add comment to TTLN file instead of deleting it
Diffstat (limited to 'lib/snmp/src')
-rw-r--r-- | lib/snmp/src/agent/snmpa_mib_data_ttln.erl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/snmp/src/agent/snmpa_mib_data_ttln.erl b/lib/snmp/src/agent/snmpa_mib_data_ttln.erl index 37dace5194..d367e8f13f 100644 --- a/lib/snmp/src/agent/snmpa_mib_data_ttln.erl +++ b/lib/snmp/src/agent/snmpa_mib_data_ttln.erl @@ -21,6 +21,13 @@ %%%----------------------------------------------------------------- %%% +%%% THIS FILE IS JUST A PLACE HOLDER - IGNORE +%%% +%%%----------------------------------------------------------------- + + +%%%----------------------------------------------------------------- +%%% %%% TTLN - TupleTreeListNodes %%% %%% This module implements the MIB internal data structures. @@ -34,7 +41,9 @@ %%% %%% When a mib is loaded, the tree is built from the plain list %%% in the binary file. +%%% %%%----------------------------------------------------------------- + -include("snmp_types.hrl"). -include("snmp_debug.hrl"). |