@@ -66,11 +66,11 @@ * To connect to a server, create a socket and connect it. * To create a server, create a socket, bind it and listen on it. */ @interface OFSCTPSocket: OFSequencedPacketSocket { - OF_RESERVE_IVARS(4) + OF_RESERVE_IVARS(OFSCTPSocket, 4) } /*! * @brief Whether sending packets can be delayed. Setting this to NO sets * SCTP_NODELAY on the socket.