master/domain.h
changeset 2611 f09b0623a2c1
parent 2589 2b9c78543663
child 2612 668aa5e31137
--- a/master/domain.h	Thu Mar 26 17:41:57 2015 -0400
+++ b/master/domain.h	Thu Apr 02 16:49:36 2015 -0400
@@ -72,6 +72,8 @@
                                              since last notification. */
     unsigned int redundancy_active; /**< Non-zero, if redundancy is in use. */
     unsigned long notify_jiffies; /**< Time of last notification. */
+    uint32_t offset_used[EC_DIR_COUNT]; /**< Next available domain offset of
+        PDO, by direction */
 };
 
 /*****************************************************************************/