1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-10-08 19:33:19 +03:00

cleanup: detect dmeventd_executable just once

Avoid repeating debug messages about dmeventd executable
and just remember it once for whole cmd lifetime.
This commit is contained in:
Zdenek Kabelac
2018-02-09 23:38:02 +01:00
parent 4f278324c7
commit 12fba201be
2 changed files with 5 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ struct config_info {
int cache_vgmetadata;
const char *msg_prefix;
const char *fmt_name;
const char *dmeventd_executable;
uint64_t unit_factor;
int cmd_name; /* Show command name? */
mode_t umask;