+ /*! @field childLock used to serialize scanning the children */
+ IOLock * childLock;
+
+ /*! @field parentLock used to serialize scanning the parents */
+ IOLock * parentLock;
+
+ /*! @field outofbandparameter used to communicate desired function to tellClientsWithResponse().
+ This is used because it avoids changing the signatures of the affected
+ virtual methods. */
+ int outofbandparameter;
+