diff options
author | Micael Karlberg <[email protected]> | 2012-01-23 18:55:23 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-02-22 14:50:50 +0100 |
commit | 953b3db9dc6e782623db5aae7f0c012ccb11018f (patch) | |
tree | 6f0155d17cd937fc916ab7b7642a6d530c52f1d9 /lib/snmp/src/app/snmp.app.src | |
parent | 4feb441edfe666ea926b11bb758d34c8b635466c (diff) | |
download | otp-953b3db9dc6e782623db5aae7f0c012ccb11018f.tar.gz otp-953b3db9dc6e782623db5aae7f0c012ccb11018f.tar.bz2 otp-953b3db9dc6e782623db5aae7f0c012ccb11018f.zip |
[snmp/manager] Introduced new net-if module
Moved the net-if multi-threading to a separate module,
snmpm_net_if_mt. Restored the old module to its previous
state.
OTP-9876
Diffstat (limited to 'lib/snmp/src/app/snmp.app.src')
-rw-r--r-- | lib/snmp/src/app/snmp.app.src | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/snmp/src/app/snmp.app.src b/lib/snmp/src/app/snmp.app.src index a880a14696..7fb76baaa5 100644 --- a/lib/snmp/src/app/snmp.app.src +++ b/lib/snmp/src/app/snmp.app.src @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2009. All Rights Reserved. +%% Copyright Ericsson AB 1996-2012. 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 @@ -90,6 +90,7 @@ snmpm_misc_sup, snmpm_mpd, snmpm_net_if, + snmpm_net_if_mt, snmpm_net_if_filter, snmpm_network_interface, snmpm_network_interface_filter, |