aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/doc/src/notes.xml
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-04-13 12:05:20 +0200
committerMicael Karlberg <[email protected]>2011-04-13 12:05:20 +0200
commit6f7913a20db1f59a67cc22ae3b6ce6d4d013deee (patch)
tree115a549bfb88a558f917eeb133e6fb7e161eef12 /lib/snmp/doc/src/notes.xml
parent21244028b693c6a1d4726b6a7d10bc947d9fb0f4 (diff)
downloadotp-6f7913a20db1f59a67cc22ae3b6ce6d4d013deee.tar.gz
otp-6f7913a20db1f59a67cc22ae3b6ce6d4d013deee.tar.bz2
otp-6f7913a20db1f59a67cc22ae3b6ce6d4d013deee.zip
Proper interface documentation for new API. Also release notes
with links into API.
Diffstat (limited to 'lib/snmp/doc/src/notes.xml')
-rw-r--r--lib/snmp/doc/src/notes.xml23
1 files changed, 22 insertions, 1 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml
index f5fa7065fb..11d2a513df 100644
--- a/lib/snmp/doc/src/notes.xml
+++ b/lib/snmp/doc/src/notes.xml
@@ -54,8 +54,29 @@
</item>
<item>
+ <p>[manager] The API for snmp requests has been changed to
+ allow the caller to override some configuration. </p>
+ <p>See
+ <seealso marker="snmpm#sync_get">sync_get/3,4</seealso>,
+ <seealso marker="snmpm#async_get">async_get/3,4</seealso>,
+ <seealso marker="snmpm#sync_get_next">sync_get_next/3,4</seealso>,
+ <seealso marker="snmpm#async_get_next">async_get_next/3,4</seealso>,
+ <seealso marker="snmpm#sync_get_bulk">sync_get_bulk/5,6</seealso>,
+ <seealso marker="snmpm#async_get_bulk">async_get_bulk/5,6</seealso>,
+ <seealso marker="snmpm#sync_set">sync_set/3,4</seealso> and
+ <seealso marker="snmpm#async_set">async_set/3,4</seealso>
+ for more info. </p>
+ <p>Own Id: OTP-9162</p>
+ </item>
+
+ <item>
<p>[manager] The old API functions (for get and set
- requests) are now officially deprecated.
+ requests:
+ snmpm:g/3,4,5,6,7, snmpm:ag/3,4,5,6,7,
+ snmpm:gn/3,4,5,6,7, snmpm:agn/3,4,5,6,7,
+ snmpm:s/3,4,5,6,7, snmpm:s/3,4,5,6,7,
+ snmpm:gb/5,6,7,8,9 and snmpm:agb/5,6,7,8,9)
+ are now officially deprecated.
They will be removed as of R16B. </p>
<p>Own Id: OTP-9174</p>
</item>