aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-04-07 12:22:10 +0200
committerMicael Karlberg <[email protected]>2011-04-07 12:22:10 +0200
commitd620fd8d49314d0f412fbfa83c9f42f7d338558a (patch)
tree0ef7b9c1be215ce2a7bfcb17a289708858638766 /lib/snmp
parent96273e7f909b14163aa117174994362736590140 (diff)
downloadotp-d620fd8d49314d0f412fbfa83c9f42f7d338558a.tar.gz
otp-d620fd8d49314d0f412fbfa83c9f42f7d338558a.tar.bz2
otp-d620fd8d49314d0f412fbfa83c9f42f7d338558a.zip
Added export of new send notification function.c
Diffstat (limited to 'lib/snmp')
-rw-r--r--lib/snmp/src/agent/snmpa.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/snmp/src/agent/snmpa.erl b/lib/snmp/src/agent/snmpa.erl
index 4cdc9d0064..630a14907d 100644
--- a/lib/snmp/src/agent/snmpa.erl
+++ b/lib/snmp/src/agent/snmpa.erl
@@ -60,6 +60,7 @@
register_subagent/3, unregister_subagent/2,
+ send_notification2/3,
send_notification/3, send_notification/4, send_notification/5,
send_notification/6, send_notification/7,
send_trap/3, send_trap/4,