# include "macros.h"
#endif
+#ifndef MLIB_POOL_H
+# include "pool.h"
+#endif
+
/*----- Miscellaneous values ----------------------------------------------*/
/* These are attached to structures which represent extension points, as a
/* Memory allocation. Read-only for all callers. */
arena *a;
+ pool *p_session, *p_group, *p_test; /* allocation pools */
/* Test configuration. Read-only for all callers. */
struct tvec_config cfg; /* test configuration */
/* Adhoc testing state. Private. */
struct tvec_test adhoc_test;
- const struct tvec_test *adhoc_tests[];
+ const struct tvec_test *adhoc_tests[2];
};
/* @TVEC_REG(tv, vec, i)@