lib/domain.h
changeset 1963 6aaf77798445
parent 1959 656f114153c2
child 2421 bc2d4bf9cbe5
--- 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 *);
+
+/*****************************************************************************/