]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
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 3e97000f34c4ebfc099eab8b15dd72b4251e8e9d..57ae97483be08cf7edfb7bc93f93fa9d4e8178b8 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 1a39e044651eb460fb3357b370246ff4985ceb34..38a6e931d409a30d7e04ff13b1ed841a8ff055a6 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 9d869b98d098ea8dac55d1658fa027edbfbcc16f..085e8abe26f69f1697c30997787d248c091c6d93 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 b5787b1e31b317477bc03ef28be1531b0c61304d..e22cbcfee29beecfbee593320efd8ac4ad6971b6 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 96451a50ba2b0636dfe4e1672534c6fd09a666b8..4809bd30912535b6b074f1c63222af4ffe6c4e2d 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