ObjFW  Diff

Differences From Artifact [fc84511d6f]:

To Artifact [1cb5dc2e2d]:


90
91
92
93
94
95
96

97

98
99
100
101
102
103
104
90
91
92
93
94
95
96
97

98
99
100
101
102
103
104
105







+
-
+







    OFReadyForReadingObserving, OFReadyForWritingObserving,
#endif
    OFCopying>
{
#if !defined(OF_SEEKABLE_STREAM_M) && !defined(OF_TCP_SOCKET_M)
@private
#endif
	char *_Nullable _readBuffer, *_Nullable _readBufferMemory;
	char *_readBuffer, *_readBufferMemory, *_writeBuffer;
	char *_Nullable _writeBuffer;
	size_t _readBufferLength, _writeBufferLength;
	bool _writeBuffered, _waitingForDelimiter;
@protected
	bool _blocking;
}

/*!