summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 196f5bd)
raw | patch | inline | side by side (parent: 196f5bd)
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 26494887a72a346d433d8cb9a3a125c6f1f5a679..6fd4623dbf4026b504d43dcc1fe8fd84d637efb9 100644 (file)
--- a/src/mcelog.c
+++ b/src/mcelog.c
#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;