intel_pmu plugin: fix for minor issues
authorKamil Wiatrowski <kamilx.wiatrowski@intel.com>
Thu, 22 Feb 2018 15:18:54 +0000 (15:18 +0000)
committerKamil Wiatrowski <kamilx.wiatrowski@intel.com>
Fri, 23 Feb 2018 07:57:37 +0000 (07:57 +0000)
Fix minor issues found during review.
Update year to 2018,
add include in utils_config_cores.h to avoid forward
declaration.

Change-Id: I7d657bab7c97d7193d7977ef129181cad13d73d5
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
src/intel_pmu.c
src/intel_rdt.c
src/utils_config_cores.c
src/utils_config_cores.h
src/utils_config_cores_test.c

index 3e97000..57ae974 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * collectd - src/intel_pmu.c
  *
- * Copyright(c) 2017 Intel Corporation. All rights reserved.
+ * Copyright(c) 2017-2018 Intel Corporation. All rights reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index 1a39e04..38a6e93 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * collectd - src/intel_rdt.c
  *
- * Copyright(c) 2016 Intel Corporation. All rights reserved.
+ * Copyright(c) 2016-2018 Intel Corporation. All rights reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index 9d869b9..085e8ab 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * collectd - src/utils_config_cores.c
  *
- * Copyright(c) 2017 Intel Corporation. All rights reserved.
+ * Copyright(c) 2018 Intel Corporation. All rights reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
index b5787b1..e22cbcf 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * collectd - src/utils_config_cores.h
  *
- * Copyright(c) 2017 Intel Corporation. All rights reserved.
+ * Copyright(c) 2018 Intel Corporation. All rights reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -28,6 +28,8 @@
 #ifndef UTILS_CONFIG_CORES_H
 #define UTILS_CONFIG_CORES_H 1
 
+#include "configfile.h"
+
 #ifndef PRIsz
 #define PRIsz "zu"
 #endif /* PRIsz */
index 96451a5..4809bd3 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * collectd - src/utils_config_cores_test.c
  *
- * Copyright(c) 2017 Intel Corporation. All rights reserved.
+ * Copyright(c) 2018 Intel Corporation. All rights reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal