summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Ping/src/stdafx.h')
-rw-r--r--plugins/Ping/src/stdafx.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/Ping/src/stdafx.h b/plugins/Ping/src/stdafx.h
index 3e1c99c68f..d2abecce00 100644
--- a/plugins/Ping/src/stdafx.h
+++ b/plugins/Ping/src/stdafx.h
@@ -40,7 +40,7 @@
#define MAX_HISTORY (1440) // 12 hrs at 30 sec intervals
-#define PLUG "PING"
+#define MODULENAME "PING"
#define DEFAULT_PING_PERIOD 30
#define DEFAULT_PING_TIMEOUT 2
@@ -56,9 +56,7 @@
struct CMPlugin : public PLUGIN<CMPlugin>
{
- CMPlugin() :
- PLUGIN<CMPlugin>(PLUG)
- {}
+ CMPlugin();
};
typedef struct {