diff options
author | Niko Tyni <ntyni@iki.fi> | 2007-04-15 13:55:07 +0200 |
---|---|---|
committer | Niko Tyni <ntyni@iki.fi> | 2007-04-15 13:55:07 +0200 |
commit | aebb3fb352f326c0f72967ed24e3255ee677f9e2 (patch) | |
tree | 9a4412522bbf3bd29f6a93c811b02e404783bd09 /lib | |
parent | 68256963c77579525aca2cba503072ae4dd26e28 (diff) | |
download | smokeping-aebb3fb352f326c0f72967ed24e3255ee677f9e2.tar.gz smokeping-aebb3fb352f326c0f72967ed24e3255ee677f9e2.tar.xz |
add comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Smokeping/probes/EchoPing.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Smokeping/probes/EchoPing.pm b/lib/Smokeping/probes/EchoPing.pm index 305e3ca..2bf8a3e 100644 --- a/lib/Smokeping/probes/EchoPing.pm +++ b/lib/Smokeping/probes/EchoPing.pm @@ -112,6 +112,7 @@ sub make_host { return $target->{addr}; } +# This will be overridden by the EchoPingPlugin-derived probes sub post_args { return (); } |