projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0c3db2
)
collectd.h: Removed legacy definition of operation modes.
author
Sebastian Harl
<sh@tokkee.org>
Sun, 28 Oct 2007 08:58:18 +0000
(09:58 +0100)
committer
Florian Forster
<octo@huhu.verplant.org>
Sun, 28 Oct 2007 10:47:11 +0000
(11:47 +0100)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd.h
patch
|
blob
|
history
diff --git
a/src/collectd.h
b/src/collectd.h
index
2849db2
..
9951d8a
100644
(file)
--- a/
src/collectd.h
+++ b/
src/collectd.h
@@
-195,11
+195,6
@@
#define PLUGINDIR PREFIX "/lib/" PACKAGE_NAME
#endif
-#define MODE_SERVER 0x01
-#define MODE_CLIENT 0x02
-#define MODE_LOCAL 0x04
-#define MODE_LOG 0x08
-
#ifndef COLLECTD_GRP_NAME
# define COLLECTD_GRP_NAME "collectd"
#endif