aboutsummaryrefslogtreecommitdiff
path: root/include/spm.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-12-19 01:32:00 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-12-19 01:32:00 -0500
commit03351a8cb70339055fcdedc12b93bb3bd920b4de (patch)
tree16ec34a329247f4dfa79ad92be596d50062657ff /include/spm.h
parentb3fcaefd320b0b4999d2d380139ab8610c6a0233 (diff)
downloadspmc-03351a8cb70339055fcdedc12b93bb3bd920b4de.tar.gz
Clean up a little bit.
Diffstat (limited to 'include/spm.h')
-rw-r--r--include/spm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/spm.h b/include/spm.h
index 9f3ae17..5e6e182 100644
--- a/include/spm.h
+++ b/include/spm.h
@@ -66,6 +66,7 @@ typedef struct {
char *tmp_dir;
char *user_config_basedir;
char *user_config_file;
+ int verbose;
ConfigItem **config;
struct utsname sysinfo;
} spm_vars;