projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
196f5bd
)
mcelog: filter through contrib/format.sh
author
Marc Fournier
<marc.fournier@camptocamp.com>
Tue, 14 Nov 2017 21:21:33 +0000
(22:21 +0100)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Tue, 14 Nov 2017 21:21:33 +0000
(22:21 +0100)
src/mcelog.c
patch
|
blob
|
history
diff --git
a/src/mcelog.c
b/src/mcelog.c
index
2649488
..
6fd4623
100644
(file)
--- a/
src/mcelog.c
+++ b/
src/mcelog.c
@@
-52,9
+52,9
@@
#define MCELOG_UNCORRECTED_ERR_TYPE_INS "uncorrected_memory_errors"
typedef struct mcelog_config_s {
- char logfile[PATH_MAX]; /* mcelog logfile */
- pthread_t tid; /* poll thread id */
- llist_t *dimms_list; /* DIMMs list */
+ char logfile[PATH_MAX];
/* mcelog logfile */
+ pthread_t tid;
/* poll thread id */
+ llist_t *dimms_list;
/* DIMMs list */
pthread_mutex_t dimms_lock; /* lock for dimms cache */
_Bool persist;
} mcelog_config_t;