summaryrefslogtreecommitdiff
path: root/src/common/HPM.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/HPM.h')
-rw-r--r--src/common/HPM.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/HPM.h b/src/common/HPM.h
index 104522090..43f610a6a 100644
--- a/src/common/HPM.h
+++ b/src/common/HPM.h
@@ -123,6 +123,7 @@ struct HPConfListenStorage {
char key[HPM_ADDCONF_LENGTH];
void (*parse_func) (const char *key, const char *val);
int (*return_func) (const char *key);
+ bool required;
};
/* Hercules Plugin Manager Interface */