diff options
author | Micael Karlberg <[email protected]> | 2011-04-07 12:22:10 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-04-07 12:22:10 +0200 |
commit | d620fd8d49314d0f412fbfa83c9f42f7d338558a (patch) | |
tree | 0ef7b9c1be215ce2a7bfcb17a289708858638766 /lib/snmp/src/agent/snmpa.erl | |
parent | 96273e7f909b14163aa117174994362736590140 (diff) | |
download | otp-d620fd8d49314d0f412fbfa83c9f42f7d338558a.tar.gz otp-d620fd8d49314d0f412fbfa83c9f42f7d338558a.tar.bz2 otp-d620fd8d49314d0f412fbfa83c9f42f7d338558a.zip |
Added export of new send notification function.c
Diffstat (limited to 'lib/snmp/src/agent/snmpa.erl')
-rw-r--r-- | lib/snmp/src/agent/snmpa.erl | 1 |
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, |