ObjFW  Diff

Differences From Artifact [b2d4e300e7]:

To Artifact [1f89c2433c]:


129
130
131
132
133
134
135
136
137


138

139
140
141
142


143
144
145
146
147
148
149
129
130
131
132
133
134
135


136
137
138
139
140
141


142
143
144
145
146
147
148
149
150







-
-
+
+

+


-
-
+
+







#elif defined(OF_AMIGAOS)
	struct Task *_waitingTask;
	ULONG _cancelSignal;
#else
	of_socket_t _cancelFD[2];
	struct sockaddr_in _cancelAddr;
#endif
#ifdef OF_HAVE_THREADS
	OFMutex *_mutex;
#ifdef OF_AMIGAOS
	ULONG _execSignalMask;
#endif
@private
	OFMutableData *_queueActions;
	OFMutableArray *_queueObjects;
#ifdef OF_AMIGAOS
	ULONG _execSignalMask;
#ifdef OF_HAVE_THREADS
	OFMutex *_mutex;
#endif
	OF_RESERVE_IVARS(4)
}

/*!
 * @brief The delegate for the OFKernelEventObserver.
 */