ObjFW  Diff

Differences From Artifact [7aa018221e]:

To Artifact [93eb5b4287]:


121
122
123
124
125
126
127

128
129
130
131
132
133
134
{
	of_socket_t _socket;
#ifdef OF_WII
	uint16_t _port;
#endif
	bool _blocking;
	id _Nullable _delegate;

}

/*!
 * @brief Whether the socket is in blocking mode.
 *
 * By default, a socket is in blocking mode.
 */







>







121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
	of_socket_t _socket;
#ifdef OF_WII
	uint16_t _port;
#endif
	bool _blocking;
	id _Nullable _delegate;
	OF_RESERVE_IVARS(4)
}

/*!
 * @brief Whether the socket is in blocking mode.
 *
 * By default, a socket is in blocking mode.
 */