--- a/lib/domain.h Thu Aug 05 09:54:06 2010 +0200
+++ b/lib/domain.h Thu Sep 16 10:16:12 2010 +0200
@@ -33,9 +33,14 @@
/*****************************************************************************/
struct ec_domain {
+ ec_domain_t *next;
unsigned int index;
ec_master_t *master;
uint8_t *process_data;
};
/*****************************************************************************/
+
+void ec_domain_clear(ec_domain_t *);
+
+/*****************************************************************************/