CONF_PARSER_TERMINATOR
};
+#ifdef TRUNK_TESTS /* Don't export this from the trunk tests binary */
+static
+#endif
CONF_PARSER const fr_trunk_config[] = {
{ FR_CONF_OFFSET("start", FR_TYPE_UINT16, fr_trunk_conf_t, start), .dflt = "5" },
{ FR_CONF_OFFSET("min", FR_TYPE_UINT16, fr_trunk_conf_t, min), .dflt = "1" },
fr_trunk_t * _CONST trunk; //!< Trunk this connection belongs to.
};
+#ifndef TRUNK_TESTS
/** Config parser definitions to populate a fr_trunk_conf_t
*
*/
extern CONF_PARSER const fr_trunk_config[];
+#endif
/** Allocate a new connection for the trunk
*