diff options
Diffstat (limited to 'src/conftest/conftest.h')
-rw-r--r-- | src/conftest/conftest.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/conftest/conftest.h b/src/conftest/conftest.h index 22d3deb1b..614248ef4 100644 --- a/src/conftest/conftest.h +++ b/src/conftest/conftest.h @@ -56,6 +56,11 @@ struct conftest_t { * Credentials loaded from configuration */ mem_cred_t *creds; + + /** + * Loaded hooks + */ + linked_list_t *hooks; }; /** |