@@ -29,10 +29,11 @@ */ @interface OFAcceptFailedException: OFException { id _socket; int _errNo; + OF_RESERVE_IVARS(OFAcceptFailedException, 4) } /** * @brief The socket which could not accept a connection. */