ObjFW  Diff

Differences From Artifact [5fd1c2f371]:

To Artifact [2064104d5a]:


111
112
113
114
115
116
117
118

119
120
121

122
123
124
125
126
127
128
129
130
111
112
113
114
115
116
117

118
119
120

121


122
123
124
125
126
127
128







-
+


-
+
-
-







	OFMutableArray *_readObjects;
	OFMutableArray *_writeObjects;
	__unsafe_unretained id *_FDToObject;
	size_t _maxFD;
	OFMutableArray *_queue;
	OFDataArray *_queueInfo, *_queueFDs;
	id <OFKernelEventObserverDelegate> _delegate;
#ifndef _WIN32
#ifdef OF_HAVE_PIPE
	int _cancelFD[2];
#else
	SOCKET _cancelFD[2];
	of_socket_t _cancelFD[2];
#endif
#ifndef OF_HAVE_PIPE
	struct sockaddr_in _cancelAddr;
#endif
#ifdef OF_HAVE_THREADS
	OFMutex *_mutex;
#endif
}