projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
141fd30
)
intel_rdt plugin: Include "collectd.h" as first header.
author
Florian Forster
<octo@collectd.org>
Thu, 6 Oct 2016 20:36:53 +0000
(22:36 +0200)
committer
Florian Forster
<octo@collectd.org>
Thu, 6 Oct 2016 20:36:53 +0000
(22:36 +0200)
src/intel_rdt.c
patch
|
blob
|
history
diff --git
a/src/intel_rdt.c
b/src/intel_rdt.c
index
0863a72
..
d8e775f
100644
(file)
--- a/
src/intel_rdt.c
+++ b/
src/intel_rdt.c
@@
-25,10
+25,11
@@
* Serhiy Pshyk <serhiyx.pshyk@intel.com>
**/
-#include <pqos.h>
-
+#include "collectd.h"
#include "common.h"
+#include <pqos.h>
+
#define RDT_PLUGIN "intel_rdt"
#define RDT_MAX_SOCKETS 8